robotics-rl-srl
robotics-rl-srl copied to clipboard
TypeError: learn() got an unexpected keyword argument 'seed'
for some network reasons, i download this code, and installed related package. When testing, I got a error.
Describe the bug
Traceback (most recent call last):
File "/home/kai/anaconda3/envs/tf_torch/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/kai/anaconda3/envs/tf_torch/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/kai/robotics-rl-srl/rl_baselines/train.py", line 337, in
can anyone give me some advice. thank you!
Hello,
This is due to a newer version of Stable-Baselines. The seed argument was moved to the model class constructor. As I'm no longer maintaining this repo, I would appreciate a PR that solves this issue ;)