Skip to content
#

imitation-learning

Here are 226 public repositories matching this topic...

tianshou
youkaichao
youkaichao commented Jul 9, 2020
  • I have marked all applicable categories:
    • exception-raising bug
    • RL algorithm bug
    • documentation request (i.e. "X is missing from the documentation.")
    • new feature request
  • I have visited the [source website], and in particular read the [known issues]
  • I have searched through the [issue tracker] and [issue categories] for duplicates
  • [ ]
good first issue discussion

Reinforcement Learning Tutorial with Demo: DP (Policy and Value Iteration), Monte Carlo, TD Learning (SARSA, QLearning), Function Approximation, Policy Gradient, DQN, Imitation, Meta Learning, Papers, Courses, etc..

  • Updated Jan 22, 2019
  • Jupyter Notebook
prasuchit
prasuchit commented Dec 14, 2021

Hi,

I've installed the library successfully and the basic commands in the readme work perfectly fine. My plan is to build my own custom MDP envs to use with AIRL. However, since my MDP is a discrete space one, I wanted to first test out the Cliffworld example given under imitation/envs/examples/model_envs.py. I'm trying to use the mce_irl.ipynb in experiments folder. However, it still imports t

good first issue

Improve this page

Add a description, image, and links to the imitation-learning topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the imitation-learning topic, visit your repo's landing page and select "manage topics."

Learn more