aravindr93/mjrl
Reinforcement learning algorithms for MuJoCo tasks
What it solves
It provides a standardized set of reinforcement learning (RL) algorithms specifically designed for continuous control tasks within the MuJoCo physics simulation environment.
How it works
The package implements various RL algorithms using PyTorch, allowing researchers to train agents to perform complex physical movements in a simulated environment.
Who it’s for
Researchers and developers working on robotics and continuous control using the MuJoCo simulator.
Highlights
- Implements multiple RL algorithms for continuous control.
- Built on PyTorch and compatible with OpenAI Gym.
- Supports complex dexterous manipulation tasks.
Related
- Project
google-deepmind/dm_controlA software stack for physics-based simulation and Reinforcement Learning environments powered by the MuJoCo physics engine.
- Project
Farama-Foundation/Gymnasium-RoboticsA collection of Reinforcement Learning robotic environments powered by the MuJoCo physics engine and the Gymnasium API for training AI agents in manipulation and navigation tasks.
- Project
rlcode/reinforcement-learningA collection of easy-to-read, standalone PyTorch implementations of core reinforcement learning algorithms, from basic Grid World to deep RL for Atari games.
- Project
kengz/SLM-LabA modular PyTorch framework for Deep Reinforcement Learning that allows users to configure and run RL experiments via JSON specs across various Gymnasium environments.
- Project
MushroomRL/mushroom-rlMushroomRL is a modular Python library for reinforcement learning that provides a wide array of classical and deep RL algorithms and integrates with popular tensor libraries and benchmarks.