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

question about action_interval #44

Open
KK666-AI opened this issue Jun 3, 2021 · 2 comments
Open

question about action_interval #44

KK666-AI opened this issue Jun 3, 2021 · 2 comments

Comments

@KK666-AI
Copy link

KK666-AI commented Jun 3, 2021

Dear author,

I notice that in the demo DQN example, there is a hyperparameter action_interval , its default value is 2. If that, it will break up the assumption of Markov Decision Process (MDP), i.e., the next state for each action is not the exact next state.
Also, what's the suggested action_interval will be good enough for the specific problem?

@Kanstarry9T
Copy link
Contributor

action_interval=2 means that each 2*10 = 20 seconds, the agent makes a decision, you can try different integer action_interval values (for example, 1, 2,..), but please be notified the minimum action_interval = 1 (make a decision every 10 seconds).

@KK666-AI
Copy link
Author

KK666-AI commented Jun 4, 2021

thanks, i see. according to the setting, which action_interval will be suitable for the problem? Any suggestions based on the best of your knowledge?

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