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
Hello, I am somewhat of a beginner trying this out :)
When I initially run the python train.py
I get this error: File "/home/benbartling/Desktop/mario-rl-tutorial/acktr/policies.py", line 3, in <module> from baselines.acktr.utils import conv, fc, dense, conv_to_fc, sample, kl_div ImportError: cannot import name 'conv'
Any tips greatly appreciated... Also is it possible to render the game play or even the training?? How long does the training take I am running on CPU... Is there a preset amount of episodes in training?
Thank you for your time in responding as well as creating this 👍
The text was updated successfully, but these errors were encountered:
Hello, I am somewhat of a beginner trying this out :)
When I initially run the
python train.py
I get this error:
File "/home/benbartling/Desktop/mario-rl-tutorial/acktr/policies.py", line 3, in <module> from baselines.acktr.utils import conv, fc, dense, conv_to_fc, sample, kl_div ImportError: cannot import name 'conv'
Any tips greatly appreciated... Also is it possible to render the game play or even the training?? How long does the training take I am running on CPU... Is there a preset amount of episodes in training?
Thank you for your time in responding as well as creating this 👍
The text was updated successfully, but these errors were encountered: