mmheydari97 / reinforcement

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Python 100.0%