From 668af99ae2820b4bb0efbbdc6e490a8cb438b16d Mon Sep 17 00:00:00 2001 From: andrewcoh <54679309+andrewcoh@users.noreply.github.com> Date: Tue, 16 Mar 2021 17:58:41 -0400 Subject: [PATCH] Fix GridFoodCollector yaml (#5134) --- config/ppo/FoodCollector.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ppo/FoodCollector.yaml b/config/ppo/FoodCollector.yaml index 6cddcf1b25..3cd735e9f8 100644 --- a/config/ppo/FoodCollector.yaml +++ b/config/ppo/FoodCollector.yaml @@ -1,5 +1,5 @@ behaviors: - FoodCollector: + GridFoodCollector: trainer_type: ppo hyperparameters: batch_size: 1024