rodrigoAMF's Stars
openai/gym
A toolkit for developing and comparing reinforcement learning algorithms.
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
EthicalML/awesome-production-machine-learning
A curated list of awesome open source libraries to deploy, monitor, version and scale your machine learning
DLR-RM/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
graviraja/MLOps-Basics
sweetice/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
huggingface/deep-rl-class
This repo contains the syllabus of the Hugging Face Deep Reinforcement Learning Course.
fluentpython/example-code-2e
Example code for Fluent Python, 2nd edition (O'Reilly 2022)
PacktPublishing/Deep-Reinforcement-Learning-Hands-On
Hands-on Deep Reinforcement Learning, published by Packt
Farama-Foundation/HighwayEnv
A minimalist environment for decision-making in autonomous driving
Farama-Foundation/D4RL
A collection of reference environments for offline reinforcement learning
takuseno/d3rlpy
An offline deep reinforcement learning library
autonomousvision/transfuser
[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving
ucla-mobility/OpenCDA
A generalized framework for prototyping full-stack cooperative driving automation applications under CARLA+SUMO.
RiotGames/leaguedirector
League Director is a tool for staging and recording videos from League of Legends replays
Amin-Tgz/awesome-CARLA
👉 CARLA resources such as tutorial, blog, code and etc https://github.com/carla-simulator/carla
google-research/rliable
[NeurIPS'21 Outstanding Paper] Library for reliable evaluation on RL and ML benchmarks, even with only a handful of seeds.
google-research/batch_rl
Offline Reinforcement Learning (aka Batch Reinforcement Learning) on Atari 2600 games
Shmuma/ptan
PyTorch Agent Net: reinforcement learning toolkit for pytorch
terrytangyuan/distributed-ml-patterns
Distributed Machine Learning Patterns from Manning Publications by Yuan Tang https://bit.ly/2RKv8Zo
MattChanTK/gym-maze
A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.
praveen-palanisamy/macad-gym
Multi-Agent Connected Autonomous Driving (MACAD) Gym environments for Deep RL. Code for the paper presented in the Machine Learning for Autonomous Driving Workshop at NeurIPS 2019:
quintoandar/butterfree
A tool for building feature stores.
bradyz/2020_CARLA_challenge
"Learning by Cheating" (CoRL 2019) submission for the 2020 CARLA Challenge
deepsense-ai/carla-birdeye-view
Bird-eye's view for CARLA simulator
CommunityDragon/Docs
Documentation of files and formats handled by CDragon
SkinSpotlights/CreatorSuite-ReplayAPI
Creator Suite powered by Riots Replay API.
layssi/Carla_Ray_Rlib
Carla-Simulator environment compatible with Ray/Rllib
janwithb/carla-gym-wrapper
A simple gym environment wrapping Carla, a simulator for autonomous driving research. The environment is designed for developing and comparing reinforcement learning algorithms. Trackable costs also enable the application of safe reinforcement learning algorithms.
StanfordVL/Gym
Custom version of OpenAI Gym