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 👍
Hello, I am somewhat of a beginner trying this out :)
When I initially run the
python train.pyI 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 👍