1 个仓库
Collections of implemented deep reinforcement learning algorithms for comparing agent behavior.
Distinct from RL Algorithm Benchmarking Toolkits: Focuses on providing a suite of algorithms for general RL research rather than a benchmarking toolkit for standardized tasks.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Deep RL Algorithm Suites. Refine with filters or upvote what's useful.
本项目是一个 PyTorch 强化学习库和智能体训练框架。它提供了一套深度强化学习算法,包括 DQN、PPO 和 SAC,以促进通过试错法优化行为的自主智能体开发。 该库专注于实现各种 Actor-Critic 方法和深度学习架构,用于自主决策研究。它通过利用基于 PyTorch 的模型实现,支持在不同环境中训练智能智能体。 该代码库涵盖了核心强化学习功能,包括策略梯度优化、经验回放缓冲区和目标网络解耦。它还支持多工作进程异步训练和随机策略采样,以管理智能体收敛和环境探索。
Provides a suite of deep RL implementations including DQN, PPO, and SAC for autonomous decision research.