computational-physcis-2011301020083's Stars
keras-team/keras
Deep Learning for humans
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
keras-rl/keras-rl
Deep Reinforcement Learning for Keras.
keras-team/keras-io
Keras documentation, hosted live at keras.io
EmpireMediaScience/A1111-Web-UI-Installer
Complete installer for Automatic1111's infamous Stable Diffusion WebUI
germain-hug/Deep-RL-Keras
Keras Implementation of popular Deep RL Algorithms (A3C, DDQN, DDPG, Dueling DDQN)
harvitronix/reinforcement-learning-car
Using reinforcement learning to teach a car to avoid obstacles.
thibo73800/metacar
A reinforcement learning environment for self-driving cars in the browser.
Sentdex/Carla-RL
Reinforcement Learning codebase for self-driving car in Carla
inarikami/keras-rl2
Reinforcement learning with tensorflow 2 keras
OpenModelica/OMPython
A Python interface to OpenModelica communicating via CORBA or ZeroMQ
chauvinSimon/Reinforcement-Learning-for-Decision-Making-in-self-driving-cars
Reinforcement-Learning-for-Decision-Making-in-self-driving-cars
HubFire/Muti-branch-DDPG-CARLA
A tensorflow implemention of ECCV2018 Paper:CIRL: Controllable Imitative Reinforcement Learning for Vision-based Self-driving
GaetanJUVIN/Deep_QLearning_CartPole
My Journey Into Deep Q-Learning with Keras and Gym
hoangtranngoc/AirSim-RL
Experiments with Deep Reinforcement Learning on autonomous vehicles (car and uav drone) in AirSim Simulator
moduIo/Deep-Q-network
Keras implementation of DQN for the MsPacman-v0 OpenAI Gym environment.
djo10/deep-rl-ddpg-self-driving-car
Deep reinforcement learning - DDPG algorithm with self driving car in Torcs
modelica/Modelica_LinearSystems2
Free library providing different representations of linear, time invariant differential and difference equation systems, as well as typical operations on these system descriptions.
JM-Kim-94/rl-pendulum
Open AI Gym - Pendulum-v1 reinforcement learning (DQN, SAC)
spideralessio/TRPO-Tensorflow2
TRPO Implementation in Tensorflow 2.0 for Reinforcement Learning Project @ Sapienza
piotrplata/keras-ddpg
Python keras + tensorflow implementation of DDPG solving modified open gymAI pendulum-v0 environment
rajibhossen/dqn-examples
Working examples of Deep Q Network of Reinforcement Learning
maciejbalawejder/Reinforcement-Learning-Collection
FabianGroeger96/mse-deep-learning
Exercises for the MSE course "deep learning"
Maskime/dqn-self-driving-car
An interactive env to play with a DQN
rekingbc/DDPGSelfDrive
The Project for Deep Learning, Self Driving Simulation
elinteerie/Plotting-and-Metrics-Function-Deep-learning-Regression
Function to Plot Train and Test sets and Also metric function for MAE and MSE
mveres01/ddpg-pendulum
Implementation of Deep Deterministic Policy Gradient using Theano and Lasagne
spearsem/simpleRNN
Example RNN for text generation from "Deep Learning With Keras" by Gulli and Pal (Chapter 6).