/reinforcement

Reinforcement learning examples using the library developed by open-AI called gym

Primary LanguagePythonMIT LicenseMIT

Reinforcement learning with gym

This repository contains some reinforcement learning solution implemented with gym in python.

Table of contents

Source Description
1 Run an Environment Build an environment. Simulate learning process with custom scenario.
2 Build a Learning Agent Build a balancer learning agent. Spectate how it achieves its goal.

License

This project is licensed under the MIT License - see the LICENSE file for details.