Skip to content

Commit

Permalink
alg(wyh):add madqn policy test codes
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuhong committed Nov 15, 2022
1 parent 88c825c commit 35e0071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dizoo/petting_zoo/config/ptz_simple_spread_madqn_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
cuda=True,
nstep=3,
model=dict(
agent_obs_shape=2 + 2 + n_landmark * 2 + (n_agent - 1) * 2 + (n_agent - 1) * 2,
obs_shape=2 + 2 + n_landmark * 2 + (n_agent - 1) * 2 + (n_agent - 1) * 2,
global_obs_shape=2 + 2 + n_landmark * 2 + (n_agent - 1) * 2 + (n_agent - 1) * 2 + n_agent * (2 + 2) +
n_landmark * 2 + n_agent * (n_agent - 1) * 2,
action_shape=5,
Expand Down

0 comments on commit 35e0071

Please sign in to comment.