reinforcement-learning

RL agent

An implementation of an actor-critic reinforcement learning algorithm in Python.

Reinforcement learning baseline agent trained with the Actor-critic (A3C) algorithm.

GitHub

245 stars
18 watching
59 forks
Language: Python
last commit: almost 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
sentdex/carla-rlA Reinforcement Learning project for training an autonomous driving agent in a simulated environment using the Carla game engine368
gokulnc/setting-up-carla-reinforcement-learningProvides a framework for using CARLA as a reinforcement learning environment95
zhangfuyang/rl_carlaA reinforcement learning project to train an autonomous driving agent in a simulated environment using a deep learning approach230
eleurent/rl-agentsA collection of implementations of Reinforcement Learning and planning algorithms in Python.596
armandsarkani/adas-rl-researchA research project developing personalized Advanced Driver Assistance Systems through reinforcement learning with human state metrics and CARLA Simulator4
layssi/carla_ray_rlibAn open-source reinforcement learning framework for autonomous driving tasks using the Carla-Simulator environment and Ray/Rllib libraries.35
tatsu-lab/alpaca_farmA framework for simulating and evaluating reinforcement learning from human feedback methods786
cjy1992/gym-carlaA CARLA simulator wrapper for reinforcement learning and imitation learning environments549
bitsauce/carla-ppoA custom PPO agent for autonomous driving in CARLA.231
carla-simulator/imitation-learningAn AI project that uses conditional imitation learning to enable autonomous vehicles to learn from demonstrations and perform tasks in a simulated environment.444
horizonrobotics/alfA framework for implementing complex reinforcement learning algorithms with flexibility and ease of implementation306
alex-petrenko/sample-factoryA high-throughput reinforcement learning library with optimized synchronous and asynchronous implementations of policy gradients.839
geek-ai/magentA platform for multi-agent reinforcement learning research and development1,700
rll-research/url_benchmarkA benchmark suite for unsupervised reinforcement learning agents, providing pre-trained models and scripts for testing and fine-tuning agent performance.335
hubfire/muti-branch-ddpg-carlaAn implementation of a reinforcement learning algorithm using multi-branch architecture and Deep Deterministic Policy Gradients (DDPG) to control autonomous vehicles in simulation environments.81