2,007 skills found · Page 1 of 67
dennybritz / Reinforcement LearningImplementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
Farama-Foundation / GymnasiumAn API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
openai / RetroRetro Games in Gym
rll / Rllabrllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
isaac-sim / IsaacGymEnvsIsaac Gym Reinforcement Learning Environments
leggedrobotics / Legged GymIsaac Gym Environments for Legged Robots
AminHP / Gym AnytradingThe most simple, flexible, and comprehensive OpenAI Gym trading environment (Approved by OpenAI Gym)
openai / RoboschoolDEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.
sfujim / TD3Author's PyTorch implementation of TD3 for OpenAI gym tasks
roboterax / Humanoid GymHumanoid-Gym: Reinforcement Learning for Humanoid Robot with Zero-Shot Sim2Real Transfer https://arxiv.org/abs/2404.05695
notadamking / RLTraderA cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
xalanq / Cf Tool:bar_chart: Codeforces CLI (Submit, Parse, Test, etc.). Support Contests, Gym, Groups, acmsguru, Windows, macOS, Linux, 7 MB
ServiceNow / BrowserGym🌎💪 BrowserGym, a Gym environment for web task automation
robotlearning123 / Awesome Isaac GymA curated list of awesome NVIDIA Issac Gym frameworks, papers, software, and resources
openai / ProcgenProcgen Benchmark: Procedurally-Generated Game-Like Gym-Environments
MyoHub / MyosuiteMyoSuite is a collection of environments/tasks to be solved by musculoskeletal models simulated with the MuJoCo physics engine and wrapped in the OpenAI gym API.
nicrusso7 / Rex GymOpenAI Gym environments for an open-source quadruped robot (SpotMicro)
isaac-sim / OmniIsaacGymEnvsReinforcement Learning Environments for Omniverse Isaac Gym
Toni-SM / SkrlModular Reinforcement Learning (RL) library (implemented in PyTorch, JAX, and NVIDIA Warp) with support for Gymnasium/Gym, NVIDIA Isaac Lab, MuJoCo Playground and other environments
coreylynch / Async RlTensorflow + Keras + OpenAI Gym implementation of 1-step Q Learning from "Asynchronous Methods for Deep Reinforcement Learning"