This project is about exploring Reinforcement Learning and designing Artificially Intelligent Agents by employing algorithms and agents to traverse the virtual landscape of some games of our choice, in the OpenAI Universe Framework.
To get started, follow the installation instructions given here.
To run the a simple Hello World. on Universe, you can use sample.py
. To run, launch a terminal and launch Docker as follows:
sudo docker run -p 5900:5900 -p 15901:15901 --privileged --cap-add SYS_ADMIN --ipc host quay.io/openai/universe.flashgames:0.20.28
Then launch another terminal to run the game.
sudo python main.py
Now sit back and ENJOY!
Hope you have a great time on the platform! Feel free to add suggestions and contributions with your own versions!