Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPO on learned reward #2

Closed
dsbrown1331 opened this issue Apr 7, 2019 · 1 comment
Closed

PPO on learned reward #2

dsbrown1331 opened this issue Apr 7, 2019 · 1 comment

Comments

@dsbrown1331
Copy link

I was able to train the embedding reward, but when I ran PPO it ended with a reward of zero. Were you able to get non-zero rewards on Montezuma's Revenge?


| approxkl | 0.00054461794 |
| clipfrac | 0.1274414 |
| eplenmean | 1.38e+03 |
| eprewmean | 0 |
| explained_variance | 0.888 |
| fps | 1082 |
| nupdates | 1950 |
| policy_entropy | 2.5611527 |
| policy_loss | -0.0030562507 |
| serial_timesteps | 249600 |
| time_elapsed | 9.28e+03 |
| total_timesteps | 9984000 |
| value_loss | 0.1622782 |

@MaxSobolMark
Copy link
Owner

There was an error in the readme, instead of running on MontezumaRevengeNoFrameskip-v4 you should run PPO on MontezumaImmitationNoFrameskip-v4, which is the environment that takes the imitation reward into account.
That should give you some rewards from the imitation. I think that when I ran PPO on the imitation environment I got some positive reward from the actual Montezuma environment, but then it got stuck there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants