NickKaparinos/OpenAI-Gym-Projects
OpenAI Gym environment solutions using Deep Reinforcement Learning.
This project offers pre-built solutions for various Gym environments, a standard toolkit for developing and comparing reinforcement learning algorithms. It provides trained agents and their learning curves for classic control problems like CartPole and MountainCar, Box2D simulations such as LunarLander, and even robotics and Atari game environments. It's intended for reinforcement learning researchers and practitioners who want to understand, benchmark, or compare different deep reinforcement learning algorithms on well-known control tasks.
No commits in the last 6 months.
Use this if you are a reinforcement learning practitioner looking for working examples and solutions to common Gym environments using established deep RL algorithms to learn from or compare against.
Not ideal if you are looking for a general-purpose library to build new reinforcement learning environments from scratch or if your problem domain is outside of the classic control and simulation tasks covered by Gym.
Stars
80
Forks
11
Language
Python
License
MIT
Category
Last pushed
May 25, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/NickKaparinos/OpenAI-Gym-Projects"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
qgallouedec/panda-gym
Set of robotic environments based on PyBullet physics engine and gymnasium.
nicrusso7/rex-gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
amazon-science/auction-gym
AuctionGym is a simulation environment that enables reproducible evaluation of bandit and...
upb-lea/openmodelica-microgrid-gym
OpenModelica Microgrid Gym (OMG): An OpenAI Gym Environment for Microgrids
ntasfi/PyGame-Learning-Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.