Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1021 Bytes

readme.md

File metadata and controls

26 lines (16 loc) · 1021 Bytes

Intelligent Agents

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.

Getting Started with OpenAI Universe

To get started, follow the installation instructions given here.

Running a sample

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!