Skip to content

rrzhang139/rl-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL Algorithms

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

Structure

  • basic/: Basic RL implementations with MuJoCo environments
  • dqn/: Deep Q-Network implementations
  • model-based/: Model-based RL algorithms
  • teacher-student-maniskill/: Teacher-Student learning implementation for ManiskiLL

Requirements

  • Python 3.x
  • PyTorch
  • MuJoCo
  • Gymnasium

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published