Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nosyndicate/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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages