CIL-Keras
Keras imitation learning
An implementation of Conditional Imitation Learning using Keras
Conditional Imitation Learning (https://github.com/carla-simulator/imitation-learning)
4 stars
1 watching
1 forks
Language: Jupyter Notebook
last commit: about 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matthiasplappert/keras-rl | A Python library implementing state-of-the-art deep reinforcement learning algorithms for Keras and OpenAI Gym environments. | 7 |
humancompatibleai/imitation | Provides clean implementations of imitation and reward learning algorithms | 1,327 |
keplr-io/hera | Enables real-time training and evaluation of machine learning models with remote dashboard visualization. | 487 |
keras-team/keras-cv | Provides modular computer vision components compatible with various deep learning frameworks | 1,010 |
rcmalli/keras-squeezenet | An implementation of the SqueezeNet neural network model in the Keras framework | 404 |
totti0223/deep_learning_for_biologists_with_keras | Tutorials and notebooks for learning deep learning with Keras in biological contexts | 105 |
jrobchin/computer-vision-basics-with-python-keras-and-opencv | An educational tutorial on computer vision and machine learning with Python, Keras, and OpenCV, including gesture recognition as a demo project. | 430 |
onlytailei/carla_cil_pytorch | Implementation of a conditional imitation learning policy in PyTorch for autonomous driving using the Carla dataset. | 66 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
keras-team/keras-hub | Provides pre-trained models and building blocks for natural language processing, computer vision, audio, and multimodal tasks | 797 |
ikostrikov/jaxrl | Provides JAX implementations of various reinforcement learning algorithms with continuous action spaces. | 630 |
jhu-lcsr/good_robot | Research on repurposing reinforcement learning for transfer between tasks in robotics and multi-step visual tasks with simulation-to-real transfer | 107 |
kristjankorjus/replicating-deepmind | Reproducing DeepMind's Atari game-playing system using C++ and GPU acceleration | 653 |
imlab-uiip/keras-segnet | An implementation of a deep learning architecture for image segmentation using the Keras framework. | 184 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 471 |