Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 995 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 995 Bytes

Inverse Reinforcement Learning

Implementation of Inverse Reinforcement Learning Algorithm (IRL). Mainly for experimental & educational purposes.

Implementation

Dependencies

  • Numpy
  • Matplotlib
  • Gym

Contributing

Please feel free to create a Pull Request for adding implementations of the IRL algorithms and improvements.

References