An open API service indexing awesome lists of open source software.

https://github.com/neka-nat/inv_rl

Inverse Reinforcement Learning Argorithms
https://github.com/neka-nat/inv_rl

chainer inverse-reinforcement-learning openai-gym reinforcement-learning

Last synced: 7 months ago
JSON representation

Inverse Reinforcement Learning Argorithms

Awesome Lists containing this project

README

          

# Inverse Reinforcement Learning

## Implemented Algorithms

* LP IRL
* Maximum Entropy IRL
* Maximum Entropy Deep IRL

## Reward Map

* Ground Truth

![truth](images/ground_truth.png)

* LP

![lp](images/lp_irl.png)

* Maximum Entropy IRL

![lp](images/max_ent_irl.png)

* Maximum Entropy Deep IRL

![lp](images/max_ent_deep_irl.png)

## Requirements

* OpenAI gym
* numpy
* scipy
* chainer