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

How to config the exploration #94

Open
qinxianyuzi opened this issue Mar 9, 2023 · 1 comment
Open

How to config the exploration #94

qinxianyuzi opened this issue Mar 9, 2023 · 1 comment

Comments

@qinxianyuzi
Copy link

qinxianyuzi commented Mar 9, 2023

Thanks for your help. How to config the exploration in training codes.
2023-03-09_20-36

@eleurent eleurent transferred this issue from Farama-Foundation/HighwayEnv Mar 18, 2023
@eleurent
Copy link
Owner

you can configure the DQN agent with

dict(exploration=
              dict(temperature=1.0,
                    final_temperature=0.1,
                    tau=5000)
)

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