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
46b48295
Commit
46b48295
authored
Jul 01, 2021
by
Siddhartha Laghuvarapu
Browse files
Modify rollot
parent
82057710
Changes
3
Hide whitespace changes
Inline
Side-by-side
evaluator/rollout.py
View file @
46b48295
...
...
@@ -110,7 +110,7 @@ if __name__ == "__main__":
player_agent
,
opponent_agents
=
load_agents
(
LocalEvaluationConfig
)
player_agent
=
player_agent
[
0
]
N_EPISODES
=
10
N_TIME_STEPS
=
10
N_TIME_STEPS
=
10
24
for
episode
in
range
(
N_EPISODES
):
agents
,
player_index
=
assign_agents
(
player_agent
,
opponent_agents
)
statistics
=
run_episode
(
player_index
,
agents
,
N_TIME_STEPS
)
...
...
neuralmmo/.gitignore
deleted
100644 → 0
View file @
82057710
#Resources directory
resource/maps
resource
deleted
120000 → 0
View file @
82057710
neuralmmo/resource
\ No newline at end of file
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