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

Reproduce results for LSTM-DQN #5

Open
Isminoula opened this issue Nov 21, 2016 · 3 comments
Open

Reproduce results for LSTM-DQN #5

Isminoula opened this issue Nov 21, 2016 · 3 comments

Comments

@Isminoula
Copy link

Hello,

It seems that running the run_cpu for the Home World, without changing the parameters does not produce the same result as in the paper. Most likely I am doing something wrong... Could you please help me out reproduce your results?

Thanks!

run_cpu.txt
plot_questcompletion.pdf
plot_reward.pdf

@karthikncode
Copy link
Owner

Hi,
Could you check if you setup the environment correctly following this? (i.e. could you check the game build, rewards, etc. by manually playing?)
I can't see anything wrong with the run_cpu file you have attached.

@Isminoula
Copy link
Author

Hello,

Thank you for the reply.
The environment seems to be working, I played manually and the rewards are as expected (eating apple before going to bed).
Is the state dimension supposed to be 100? (state_dim=100)

Thank you again for the help.

@karthikncode
Copy link
Owner

We want the state_dim to be >= the largest input state description in number of words. So, you could try a lower state_dim (say 30) for the Home world.

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