on-policy
on-policy copied to clipboard
gfootball some error
TypeError: 'MultiDiscrete' object does not support indexing。My football can run,but use run的sh,i get some errors。
The fix for this is in the file Football_Env.py
Change Line 60 from n=self.env.action_space[idx].n to n=self.env.action_space.nvec[idx]
哦哦,谢谢,我已经改好了,改完这个还是错误。是gym版本问题。20版本可用。试了好多版本都不行。但是我有一个足球场景不能跑,ERROR:absl:No module named 'gfootball.scenarios.academy_run_and_pass_with_keeper'