ppo-pytorch icon indicating copy to clipboard operation
ppo-pytorch copied to clipboard

Proximal Policy Optimization(PPO) with Intrinsic Curiosity Module(ICM)

Results 3 ppo-pytorch issues
Sort by recently updated
recently updated
newest added

I want to train the agent using the project file after customizing the environment based on the gym's continuous space, the state and actions of the environment are defined as...

I really love this implementation, and I see that LSTM is still in the TODO. Have you made any progress on this in the last two months or should I...

I tried your script in mountaincar env and It seems that the game ends when the step length reaches 200 per episode, but in your tensorboard plots, an episode didn't...