You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to reproduce your results, however whenever I try to run the script about simple_speaker_listener, it crashes for a shape mismatch (Currently trying your last commit, but also on old commits this error happens)
In particular, the error is the following:
Traceback (most recent call last):
File "../train/train_mpe.py", line 175, in <module>
main(sys.argv[1:])
File "../train/train_mpe.py", line 160, in main
runner.run()
File ".../on-policy/onpolicy/runner/separated/mpe_runner.py", line 45, in run
train_infos = self.train()
File ".../on-policy/onpolicy/runner/separated/base_runner.py", line 162, in train
train_info = self.trainer[agent_id].train(self.buffer[agent_id])
File ".../on-policy/onpolicy/algorithms/r_mappo/r_mappo.py", line 207, in train
= self.ppo_update(sample, update_actor)
File ".../on-policy/onpolicy/algorithms/r_mappo/r_mappo.py", line 106, in ppo_update
adv_targ, available_actions_batch = sample
ValueError: too many values to unpack (expected 12)
I was trying to reproduce your results, however whenever I try to run the script about
simple_speaker_listener
, it crashes for a shape mismatch (Currently trying your last commit, but also on old commits this error happens)In particular, the error is the following:
the script being used is the following:
The text was updated successfully, but these errors were encountered: