Skip to content

Deep Reinforcement Learning algorithms implemented in PyTorch

License

Notifications You must be signed in to change notification settings

AntonioPereira1996/pytorchrl

 
 

Repository files navigation

PyTorchRL

Deep Reinforcement Learning implemented in pytorch.

This project trying to mimic the structure of rllab code and occasionally borrow code from rllab and inverse_rl

  • Implemented Algorithms
    • Online

      • DDPG (Deep Deterministic Policy Gradient)
      • NAF (Normalized Advantage Function)
      • Soft Q-Learning (Deep Energy-Based Policy)
    • Batch

      • TRPO (Trust Region Policy Optimization)
    • Inverse Reinforcement Learning & Imitation Learning

      • Generative Adversarial Imitation Learning
      • Adversarial Inverse Reinforcement Learning

About

Deep Reinforcement Learning algorithms implemented in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%