Skip to content

Summer of Code, IITB 2017. This project involves developing smart agents that can play simple PC games. We use OpenAI as the base platform for benchmarking and testing.

License

robodhruv/intelligent-agents

Repository files navigation

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!

About

Summer of Code, IITB 2017. This project involves developing smart agents that can play simple PC games. We use OpenAI as the base platform for benchmarking and testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published