A2C icon indicating copy to clipboard operation
A2C copied to clipboard

PyTorch implementation of Advantage Actor-Critic (A2C)

Results 2 A2C issues
Sort by recently updated
recently updated
newest added

python3 main.py CartPole-v1 --render Traceback (most recent call last): File "main.py", line 35, in venv = RenderSubprocVecEnv(env_fns, args.render_interval) TypeError: Can't instantiate abstract class RenderSubprocVecEnv with abstract methods step_async, step_wait