GitHub 中文社区
回车: Github搜索    Shift+回车: Google搜索
论坛
排行榜
趋势
登录

©2025 GitHub中文社区论坛GitHub官网网站地图GitHub官方翻译

  • X iconGitHub on X
  • Facebook iconGitHub on Facebook
  • Linkedin iconGitHub on LinkedIn
  • YouTube iconGitHub on YouTube
  • Twitch iconGitHub on Twitch
  • TikTok iconGitHub on TikTok
  • GitHub markGitHub’s organization on GitHub
集合主题趋势排行榜
#

pytorch-rl

Website
Wikipedia
https://static.github-zh.com/github_avatars/udacity?size=40
udacity / deep-reinforcement-learning

Repo for the Deep Reinforcement Learning Nanodegree program

deep-reinforcement-learningreinforcement-learningreinforcement-learning-algorithmsneural-networksPyTorchpytorch-rlddpgdqnppodynamic-programminghill-climbingml-agentsopenai-gym
Jupyter Notebook 5.06 k
2 年前
https://static.github-zh.com/github_avatars/opendilab?size=40
opendilab / DI-engine

OpenDILab Decision AI Engine. The Most Comprehensive Reinforcement Learning Framework B.P.

reinforcement-learningmultiagent-reinforcement-learningself-playimitation-learninginverse-reinforcement-learningexploration-exploitationdistributed-systemPythonimpalasmacatarimujocor2d2reinforcement-learning-algorithmspytorch-rlmodel-based-reinforcement-learning
Python 3.45 k
10 天前
https://static.github-zh.com/github_avatars/Khrylx?size=40
Khrylx / PyTorch-RL

PyTorch implementation of Deep Reinforcement Learning: Policy Gradient methods (TRPO, PPO, A2C) and Generative Adversarial Imitation Learning (GAIL). Fast Fisher vector product TRPO.

reinforcement-learningpolicy-gradientpytorch-rlproximal-policy-optimizationppoPyTorcha2cGenerative Adversarial Networkdeep-reinforcement-learning
Python 1.22 k
4 年前
https://static.github-zh.com/github_avatars/xuehy?size=40
xuehy / pytorch-maddpg

A pytorch implementation of MADDPG (multi-agent deep deterministic policy gradient)

pytorch-rlmultiagent-reinforcement-learning
Python 662
7 年前
https://static.github-zh.com/github_avatars/awarebayes?size=40
awarebayes / RecNN

Reinforced Recommendation toolkit built around pytorch 1.7

PyTorchreinforcement-learningpytorch-rlrecommender-systemrecommendation-systemLibrarytoolkit
Python 583
5 年前
https://static.github-zh.com/github_avatars/Omegastick?size=40
Omegastick / pytorch-cpp-rl

PyTorch C++ Reinforcement Learning

PyTorchC++reinforcement-learningreinforcement-learning-algorithmsa2cppopytorch-rlpytorch-cpp-frontendlibtorchactor-criticadvantage-actor-criticproximal-policy-optimizationcontinuous-control
C++ 523
5 年前
https://static.github-zh.com/github_avatars/RITCHIEHuang?size=40
RITCHIEHuang / DeepRL_Algorithms

DeepRL algorithms implementation easy for understanding and reading with Pytorch and Tensorflow 2(DQN, REINFORCE, VPG, A2C, TRPO, PPO, DDPG, TD3, SAC)

reinforcement-learning-algorithmspytorch-implementationdeep-reinforcement-learningdqnppomujocopolicy-gradienttensorflow2td3pytorch-rlsoft-actor-critic
Python 334
2 年前
https://static.github-zh.com/github_avatars/nikhilbarhate99?size=40
nikhilbarhate99 / Hierarchical-Actor-Critic-HAC-PyTorch

PyTorch implementation of Hierarchical Actor Critic (HAC) for OpenAI gym environments

PyTorchreinforcement-learningreinforcement-learning-algorithmsgym-environmentactor-criticgym-environmentsopenai-gympytorch-implementationpytorch-rldeep-reinforcement-learning
Python 317
4 年前
https://static.github-zh.com/github_avatars/opendilab?size=40
opendilab / DI-engine-docs

#计算机科学#DI-engine docs (Chinese and English)

reinforcement-learningreinforcement-learning-algorithmsimitation-learninginverse-reinforcement-learningmulti-agent-reinforcement-learningmodel-based-reinforcement-learning深度学习pytorch-rl
Python 302
3 个月前
https://static.github-zh.com/github_avatars/bentrevett?size=40
bentrevett / pytorch-rl

Tutorials for reinforcement learning in PyTorch and Gym by implementing a few of the popular algorithms. [IN PROGRESS]

PyTorchpytorch-tutorialpytorch-implmentionpytorch-implementationreinforcement-learningreinforcement-learning-algorithmsrlpytorch-tutorialspytorch-rlpolicy-gradientactor-critica2cadvantage-actor-critic
Jupyter Notebook 279
5 年前
https://static.github-zh.com/github_avatars/devendrachaplot?size=40
devendrachaplot / DeepRL-Grounding

Train an RL agent to execute natural language instructions in a 3D Environment (PyTorch)

PyTorchreinforcement-learninglanguage-groundingpytorch-rl
Python 236
7 年前
https://static.github-zh.com/github_avatars/devendrachaplot?size=40
devendrachaplot / Neural-Localization

Train an RL agent to localize actively (PyTorch)

PyTorchreinforcement-learningpytorch-rlLocalization (l10n)neural-networks
Python 210
7 年前
https://static.github-zh.com/github_avatars/greydanus?size=40
greydanus / baby-a3c

A high-performance Atari A3C agent in 180 lines of PyTorch

deep-reinforcement-learninga3cactor-criticPyTorchataripytorch-rl
Python 171
4 年前
https://static.github-zh.com/github_avatars/pandezhao?size=40
pandezhao / alpha_sigma

#计算机科学#A pytorch based Gomoku game model. Alpha Zero algorithm based reinforcement Learning and Monte Carlo Tree Search model.

reinforcement-learning深度学习PyTorchpytorch-rlalphazeromonte-carlo-tree-searchdeep-reinforcement-learning
Python 165
6 年前
https://static.github-zh.com/github_avatars/mdeib?size=40
mdeib / berkeley-deep-RL-pytorch-solutions

Pytorch solutions for UC Berkeley's cs285 assignments

reinforcement-learningpytorch-rl
Python 138
3 年前
https://static.github-zh.com/github_avatars/dongminlee94?size=40
dongminlee94 / Samsung-DRL-Code

A repository for implementation of deep reinforcement learning lectured at Samsung

reinforcement-learningdeep-reinforcement-learningPyTorchpytorch-rl
Python 108
4 年前
https://static.github-zh.com/github_avatars/cyoon1729?size=40
cyoon1729 / Policy-Gradient-Methods

Implementation of Algorithms from the Policy Gradient Family. Currently includes: A2C, A3C, DDPG, TD3, SAC

reinforcement-learningpytorch-rlPyTorchddpgtd3soft-actor-critica2ca3c
Jupyter Notebook 99
6 年前
https://static.github-zh.com/github_avatars/aksub99?size=40
aksub99 / MolDQN-pytorch

#计算机科学#A PyTorch Implementation of "Optimization of Molecules via Deep Reinforcement Learning".

PyTorchpytorch-implementationpytorch-rlreinforcement-learningdqn-pytorch深度学习drug-discoverymaterials-informaticsMoleculeChemistrymaterials-sciencePython机器学习
Python 80
2 年前
https://static.github-zh.com/github_avatars/mdeib?size=40
mdeib / berkeley-deep-RL-pytorch-starter

Pytorch starter code for UC Berkeley's cs285 assignments

reinforcement-learningpytorch-rl
Python 71
3 年前
https://static.github-zh.com/github_avatars/cyoon1729?size=40
cyoon1729 / Multi-agent-reinforcement-learning

Implementation of Multi-Agent Reinforcement Learning algorithm(s). Currently includes: MADDPG

marlmultiagent-reinforcement-learningPyTorchpytorch-rl
Python 64
6 年前
loading...