drl-pytorch
There are 19 repositories under drl-pytorch topic.
AI4Finance-Foundation/ElegantRL
Massively Parallel Deep Reinforcement Learning. 🔥
zhaohaojie1998/DRL-for-Path-Planning
深度强化学习路径规划, SAC-Auto路径规划, Soft Actor-Critic算法, SAC-pytorch,激光雷达Lidar避障,激光雷达仿真模拟,Adaptive-SAC
reiniscimurs/DRL-robot-navigation-IR-SIM
Deep Reinforcement Learning for mobile robot navigation in IR-SIM simulation. Using DRL (SAC, TD3, PPO, DDPG) neural networks, a robot learns to navigate to a random goal point in a simulated environment while avoiding obstacles.
Barry2333/DRL_Navigation
Robot navigation using deep reinforcement learning
GangSuUGA/StageLight
SUMO Pytorch Deep Reinforcement Learning Traffic Signal Control
MehdiShahbazi/DQN-Frozenlake-Gymnasium
This repo implements Deep Q-Network (DQN) for solving the Frozenlake-v1 environment of the Gymnasium library using Python 3.8 and PyTorch 2.0.1 in both 4x4 and 8x8 map sizes.
Livioni/DRL_algorithms
记录一些DRL算法实现
MehdiShahbazi/DQN-Cliff-Walking-Gymnasium
This repo implements Deep Q-Network (DQN) for solving the Cliff Walking v0 environment of the Gymnasium library using Python 3.8 and PyTorch 2.0.1 with the finest tuning.
MehdiShahbazi/DQN-Mountain-Car-Gymnasium
This repo implements Deep Q-Network (DQN) for solving the Mountain Car v0 environment (discrete version) of the Gymnasium library using Python 3.8 and PyTorch 2.0.1 with a custom reward function for faster convergence.
RoyElkabetz/SAC_with_PyTorch
This repo contains the Deep Reinforcement Learning algorithm Soft Actor Critic (SAC) implementation in PyTorch
ashutoshtiwari13/Hands-on-DeepRL-and-DL
Hosts my major and mini Deep Reinforcement learning 👨💻and Deep Learning projects 🔝
dev0Guy/amgu
🚦 Traffic Management System 🚏 With Deep Reinforcement Learning 🚗
Rashadows/DRL-for-ORAN-Resource-Allocation
Performance evaluation of several DRL algorithms in a discrete action-space for resource allocation in Open RAN
MickyasTA/Duckiebot_From-SIM-to-Real
Develop and implement reinforcement learning for real-world navigation in DuckieTown, optimizing performance and resilience for reliable autonomous movement, backed by interpretable decision-making tools.
SarthakRout/penalty-shot-project
Multi-Agent DRL task analysed as a part of a course project for CS698R-21, IITK
MehdiShahbazi/REINFORCE-Cart-Pole-Gymnasium
This repo implements the REINFORCE algorithm for solving the Cart Pole V1 environment of the Gymnasium library using Python 3.8 and PyTorch 2.0.1.
MKBasaran/ml-agents
Multi-agent reinforcement learning in Unity’s Soccer Twos environment using POCA. Features enhanced observation memory, custom reward shaping, and optimized training configurations. Analyzes ELO performance, computational efficiency, and training trade-offs. Based on Dennis Soemers’ ML-Agents fork.
sudo-Boris/PPO_pytorch
Modular pytorch implementation of PPO including in depth commentary of implementation details!
YoungY620/rl-exercise-milestones
经典强化学习、深度强化学习算法复现