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 follow the scripts file to train the algorithms, but I want to known where is the use of the train_new.py ?
When I use the eval.py to evaluate the algorithms, there are some problems:
Traceback (most recent call last):
File "src/eval.py", line 117, in
main(args)
File "src/eval.py", line 55, in main
action_repeat=args.action_repeat,
AttributeError: 'Namespace' object has no attribute 'action_repeat'
I find this eval.py is same to the \DMC\src\eval.py, but it's obvious that these two issues are different.