Skip to content
Snippets Groups Projects
Commit 77a7fc91 authored by xzhaoma's avatar xzhaoma
Browse files

Update render_agent_behavior.py

parent 8b6db923
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ action_size = 5
# We set the number of episodes we would like to train on
if 'n_trials' not in locals():
n_trials = 6000
n_trials = 60000
max_steps = int(3 * (env.height + env.width))
eps = 1.
eps_end = 0.005
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment