Imitation-Learning-Dagger-Torcs
Imitation learning example
This repository provides an example of implementing Imitation Learning with Dataset Aggregation (DAGGER) on the Torcs environment using Python.
A Simple Example for Imitation Learning with Dataset Aggregation (DAGGER) on Torcs Env
71 stars
4 watching
28 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
daggergym-torcsimitation-learningtensorflowtensorflow-tutorialstensorlayertorcstorcs-env
Related projects:
Repository | Description | Stars |
---|---|---|
humancompatibleai/imitation | Provides clean implementations of imitation and reward learning algorithms | 1,327 |
yuvalpinter/mimick | A system for approximating word embeddings using character-level neural networks | 153 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
stared/thinking-in-tensors-writing-in-pytorch | A hands-on introduction to deep learning using PyTorch, explaining mathematical concepts through code examples | 329 |
felipecode/coiltraine | A framework for training and testing imitation learning models in the CARLA simulator. | 234 |
tdeboissiere/deeplearningimplementations | A collection of implementations of recent deep learning papers in Python | 1,815 |
uber-research/learning-to-reweight-examples | Project implementing a method to improve deep learning model robustness by re-weighting examples with noisy labels | 269 |
jwieting/iclr2016 | Code for training universal paraphrastic sentence embeddings and models on semantic similarity tasks | 193 |
fanglanting/skip-gram-pytorch | A PyTorch implementation of the skip-gram model for learning word embeddings. | 188 |
cylance/introductiontomachinelearningforsecuritypros | A collection of examples and code snippets teaching machine learning concepts to security professionals through hands-on Python projects | 150 |
dragen1860/learningtocompare-pytorch | An implementation of the Learning to Compare paper in PyTorch | 251 |
vict0rsch/deep_learning | A collection of tutorials and resources on implementing deep learning models using Python libraries such as Keras and Lasagne. | 426 |
vinhkhuc/pytorch-mini-tutorials | A collection of tutorials and lessons on building deep learning models using the PyTorch library. | 326 |
gaelvaroquaux/scikit-learn-tutorial | A tutorial on applying machine learning to practical situations using the scikit-learn library | 129 |
woozzu/dong_iccv_2017 | An implementation of semantic image synthesis via adversarial learning using PyTorch | 145 |