[RL] 강화학습 알고리즘 baseline 코드 URL

2020. 11. 27. 13:03관심있는 주제/RL

728x90

github.com/openai/baselines/tree/master/baselines

 

openai/baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms - openai/baselines

github.com

 

stable-baselines.readthedocs.io/en/master/modules/a2c.html

 

A2C — Stable Baselines 2.10.2a0 documentation

(np.ndarray, np.ndarray) the model’s action and the next state (used in recurrent policies)

stable-baselines.readthedocs.io

 

Pytorch

 

github.com/sweetice/Deep-reinforcement-learning-with-pytorch

 

sweetice/Deep-reinforcement-learning-with-pytorch

PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and .... - sweetice/Deep-reinforcement-learning-with-pytorch

github.com

github.com/astooke/rlpyt/tree/master/rlpyt/agents

 

astooke/rlpyt

Reinforcement Learning in PyTorch. Contribute to astooke/rlpyt development by creating an account on GitHub.

github.com

github.com/ShangtongZhang/DeepRL/tree/master/deep_rl/agent

 

ShangtongZhang/DeepRL

Modularized Implementation of Deep RL Algorithms in PyTorch - ShangtongZhang/DeepRL

github.com

 

728x90