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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

can it run **NoFrameskip-v4?

THSWind opened this issue · comments

can it run **NoFrameskip-v4?

Currently, this repo only concentrate on the algorithm implementation, I only run them on mujoco environment, you'll be free to extend it.