Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 398 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 398 Bytes

clean-isaac-gym

Several minimal implemetations of RL/Imitation algorithms, following CleanRL's philosophy.

The repo aims to provide implementationas that can swiftly modified for prototyping while serves as a baseline for comparison.

Supported algorithms:

  • PPO-clip, for continuous action
  • TD3
  • SAC
  • Behavioral Clone
  • Implicit Behavior Clone
  • Decision Transformer