on-policy icon indicating copy to clipboard operation
on-policy copied to clipboard

An error occurs when I run rmappo on football

Open cugbbaiyun opened this issue 1 year ago • 1 comments

The output of python is listed here:

Traceback (most recent call last): File "train/train_football.py", line 203, in main(sys.argv[1:]) File "train/train_football.py", line 188, in main runner.run() File "/onpolicy/runner/shared/football_runner.py", line 43, in run self.insert(data) File /onpolicy/runner/shared/football_runner.py", line 141, in insert masks=masks TypeError: insert() got an unexpected keyword argument 'rnn_states'

cugbbaiyun avatar Oct 10 '22 11:10 cugbbaiyun

I think this should be solved as this:

rnn_states_actor=rnn_states,

in football_runner.py, line 135.

cugbbaiyun avatar Oct 10 '22 11:10 cugbbaiyun

yes, thx, already fix this.

zoeyuchao avatar Nov 04 '22 12:11 zoeyuchao