ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
32.95k stars 5.58k forks source link

How do I use other simulators to generae experience? #7027

Open dxu23nc opened 4 years ago

dxu23nc commented 4 years ago

I saw that the default simulator was OpenAI gym. How do I change that to Arcade Learning Environment.

richardliaw commented 4 years ago

Can you try using something like gym.make("Pong-v0")? This should use Arcade Learning Environment under the hood.