Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neural MMO
neural-mmo-starter-kit
Commits
c12e191e
Commit
c12e191e
authored
Jul 07, 2021
by
Siddhartha Laghuvarapu
Browse files
Decrease number of runs for local evaluation
parent
27eb74ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
evaluator/rollout.py
View file @
c12e191e
...
...
@@ -109,7 +109,7 @@ def print_statistics(player_statistics, episode):
if
__name__
==
"__main__"
:
player_agent
,
opponent_agents
=
load_agents
(
LocalEvaluationConfig
)
player_agent
=
player_agent
[
0
]
N_EPISODES
=
10
N_EPISODES
=
2
N_TIME_STEPS
=
1024
for
episode
in
range
(
N_EPISODES
):
agents
,
player_index
=
assign_agents
(
player_agent
,
opponent_agents
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment