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

Release code for gridworld with reinforcement learning? #10

Open
streamorning opened this issue May 23, 2017 · 4 comments
Open

Release code for gridworld with reinforcement learning? #10

streamorning opened this issue May 23, 2017 · 4 comments

Comments

@streamorning
Copy link

streamorning commented May 23, 2017

Hi, could you release the code for gridworld with reinforcement learning? Thanks a lot!

@streamorning streamorning changed the title Hi, could you release the code for gridworld with reinforcement learning? Thanks a lot! Code for gridworld with reinforcement learning May 23, 2017
@streamorning streamorning changed the title Code for gridworld with reinforcement learning Release code for gridworld with reinforcement learning? May 23, 2017
@kentsommer
Copy link

@streamorning,

If you could clarify what you mean that would help. This repository contains all the code used to achieve the gridworld results published in @avivt's paper. If you are wondering which section of the code actually handles training you are probably looking for this: https://github.com/avivt/VIN/blob/master/vin.py#L96-L123

If you are looking for the two comparison approaches (DQN style CNN, FCN network), they can be found in these two files:

https://github.com/avivt/VIN/blob/master/CNN.py
https://github.com/avivt/VIN/blob/master/FC.py

@streamorning
Copy link
Author

Thanks a lot for your reply. I could not find the code described in Appendix B in original paper, which used TRPO as basic RL algorithm. I'm not sure whether this repository contains all these code.

@kentsommer
Copy link

kentsommer commented Jun 2, 2017

Ah, I misunderstood what you were asking, sorry about that! That code is indeed not include here, perhaps it will be added at some point. However, I believe @avivt's current aim (related to this work) is getting the mars experiment code up. So, hopefully he has time to respond to this at some point 👍

@streamorning
Copy link
Author

Thank you anyway~👍

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