imitation-learning
Here are 117 public repositories matching this topic...
- 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] for duplicates
- I have mentioned versio
Create a markdown document with some explanations on how level generation works in BabyAI and how to create custom levels. This would go under /docs.
More broadly, I'd like to split up the README into more sub-documents, as I've done in the MiniWorld repo. Keep only introduction, installation and basic usage into the main README
-
Updated
Jan 22, 2019 - Jupyter Notebook
We should have a section where we advertise those folks who use this in their own research.
Gives their work more exposure, and helps us show the varied applications of the simulator.
(Not sure if relevant yet, but seemingly after ICRA / ICLR / CVPR, it might be
-
Updated
Apr 13, 2019 - Python
-
Updated
Oct 8, 2018 - Python
-
Updated
May 23, 2020 - Python
-
Updated
Jan 12, 2020
-
Updated
Apr 23, 2018 - Python
-
Updated
May 12, 2020 - Python
-
Updated
Apr 17, 2020
-
Updated
Nov 28, 2019 - HLSL
-
Updated
Feb 10, 2020 - Jupyter Notebook
-
Updated
Nov 14, 2018 - Python
-
Updated
Apr 17, 2020 - Python
-
Updated
Dec 30, 2019 - Python
-
Updated
May 3, 2020 - Python
-
Updated
Aug 10, 2017 - Python
Currently you have to use docker to run this.
In order to make native version work, we could provide virtualenv instructions, e.g.:
pip install -r requirements.txt- install
pip install tensorflow==1.12.0 - change paths from
/data PYTHONPATHneeds to be set correctly- Make sure everything runs by running
pytest
Note that we haven't tested this yet.
-
Updated
Jun 5, 2019 - Python
-
Updated
Nov 25, 2019 - Python
-
Updated
Sep 15, 2019 - C++
-
Updated
Feb 6, 2020 - Python
-
Updated
May 19, 2020 - Python
-
Updated
May 28, 2019
-
Updated
Jun 9, 2018 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Dec 26, 2018 - Python
Improve this page
Add a description, image, and links to the imitation-learning topic page so that developers can more easily learn about it.
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."


Is is possible to include the docs from https://carla.readthedocs.io/en/latest/python_api/#carla.Actor in the python library? I would prefer using the docs in my IDE rather than jumping into the browser when I have to look something up.
Thank you.