A collection of reinforcement learning algorithm implementations including:
- Basic RL implementations (PPO with MuJoCo environments)
- DQN implementations
- Model-based RL algorithms
- Teacher-Student learning for ManiskiLL
basic/
: Basic RL implementations with MuJoCo environmentsdqn/
: Deep Q-Network implementationsmodel-based/
: Model-based RL algorithmsteacher-student-maniskill/
: Teacher-Student learning implementation for ManiskiLL
- Python 3.x
- PyTorch
- MuJoCo
- Gymnasium