Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goncamateus committed Feb 24, 2021
1 parent 016d556 commit 221688a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/agents/deepvss/deepvss_ma.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def dict_to_str(dct):

sys.stdout.flush()

n_robots = args.n_robots
n_robots = args.n_agents
env = gym.make('VSSMA-v0', n_robots_blue=n_robots,
n_robots_yellow=n_robots)
state_shape, action_shape = env.observation_space, env.action_space
Expand Down

0 comments on commit 221688a

Please sign in to comment.