IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.33k stars 461 forks source link

windows play #17

Closed babyldm closed 7 years ago

babyldm commented 7 years ago

windows cmd run:python coach.py -r -p CartPole_PG get error Warning: failed to import the following packages - RoboSchool, Neon, ViZDoom, PyBullet, GymExtensions Please enter an experiment name:  if i just wann play gym 'Pendulum-v0' not RoboSchool, Neon, ViZDoom, PyBullet,What should I do? installed : Intel® Distribution for Python (python3.6) tensorflow 1.3 annoy 1.9.1 Pillow 4.3.0

itaicaspi-intel commented 7 years ago

We did not test Coach on Windows, but it seems you were able to get it running. The warning you are seeing is just a warning and not an error so you can ignore it in your case. So just enter an experiment name (or leave it blank) and press enter to train. To run Pendulum, use a predefined preset such as -p Pendulum_NAF or define your own preset (you can use one of the presets in presets.py as a reference)

gal-leibovich commented 7 years ago

Hi @babyldm,

Were you able to try Itai's suggestion?

babyldm commented 7 years ago

@galleibo-intel @itaicaspi-intel thanks,yes i have try , i am not a programmer,Just curiosity and test it, i use windows10 it have Ubuntu,Thank for your reply,You are so professional and enthusiastic.

gal-leibovich commented 7 years ago

Thanks a lot. Closing the issue.