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
9a59b230
Commit
9a59b230
authored
Jul 27, 2021
by
joseph_suarez4
Browse files
Changes for submission-Test-ray-tune-+-wandb
parent
c1f0a680
Changes
5
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
9a59b230
...
...
@@ -38,3 +38,5 @@ neural-mmo/baselines/models/CompetitionRound1/checkpoint filter=lfs diff=lfs mer
neuralmmo/baselines/models/CompetitionRound1/checkpoint filter=lfs diff=lfs merge=lfs -text
.git/objects/86/dea2a1e66382a85833663350ccdf3e6f80df37 filter=lfs diff=lfs merge=lfs -text
.git/lfs/objects/2c/d4/2cd453319c09516a158bf133370d7b879474962c9ae2a4c1bbd7c962f3ae0a45 filter=lfs diff=lfs merge=lfs -text
./.git/objects/pack/pack-ba4a4fe543cb1f546ace4018561e06d407a3250c.pack filter=lfs diff=lfs merge=lfs -text
./baselines/models/CompetitionRound1/checkpoint filter=lfs diff=lfs merge=lfs -text
aicrowd.json
View file @
9a59b230
{
"challenge_id"
:
"the-neural-mmo-challenge"
,
"grader_id"
:
"the-neural-mmo-challenge"
,
"authors"
:
[
"
aicrowd-bot
"
"
Joseph Suarez
"
],
"description"
:
"
(optional) description about your awesome agent
"
"description"
:
"
Test submission using ray tune + wandb
"
}
baselines/models/CompetitionRound1/checkpoint
View file @
9a59b230
No preview for this file type
baselines/models/CompetitionRound1/checkpoint.tune_metadata
View file @
9a59b230
No preview for this file type
config.py
View file @
9a59b230
...
...
@@ -2,7 +2,7 @@ from agents import BaselineCombatAgent, BaselineForageAgent, RandomNeuralMMOAgen
class
LocalEvaluationConfig
:
player_agents
=
[
Baseline
Combat
Agent
]
player_agents
=
[
Neural
BaselineAgent
]
opponents
=
[]
opponents
+=
[
BaselineForageAgent
]
*
50
...
...
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