Skip to content

Commit

Permalink
"Trying shared experience replay"
Browse files Browse the repository at this point in the history
  • Loading branch information
ferielamira1 committed May 13, 2024
1 parent 0c37e4d commit 584afbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abm/app_madrl_foraging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def start(parallel=True, headless=False):
if envconf["BRAIN_TYPE"] == "ideal":
from abm.projects.madrl_foraging.madrl_simulation.heuristic_sims import HeuristicSimulation as Simulation
else:
from abm.projects.madrl_foraging.madrl_simulation.madrl_sims import MADRLSimulation as Simulation
from abm.projects.madrl_foraging.madrl_simulation.madrl_sims_shared_replay import MADRLSimulation as Simulation

vscreen_width = int(envconf["ENV_WIDTH"]) + 2 * int(envconf["WINDOW_PAD"]) + 10
vscreen_height = int(envconf["ENV_HEIGHT"]) + 2 * int(envconf["WINDOW_PAD"]) + 10
Expand Down

0 comments on commit 584afbb

Please sign in to comment.