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
pfrl_pdddqn
minerl_pdddqn_baseline
Commits
6cc0b457
Unverified
Commit
6cc0b457
authored
Jul 06, 2020
by
william_guss
Committed by
GitHub
Jul 06, 2020
Browse files
Update train.py
parent
fed538ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
train.py
View file @
6cc0b457
...
...
@@ -14,7 +14,7 @@ import coloredlogs
coloredlogs
.
install
(
logging
.
DEBUG
)
# All the evaluations will be evaluated on MineRLObtainDiamond-v0 environment
MINERL_GYM_ENV
=
os
.
getenv
(
'MINERL_GYM_ENV'
,
'MineRLObtainDiamond-v0'
)
MINERL_GYM_ENV
=
os
.
getenv
(
'MINERL_GYM_ENV'
,
'MineRLObtainDiamond
VectorObf
-v0'
)
# You need to ensure that your submission is trained in under MINERL_TRAINING_MAX_STEPS steps
MINERL_TRAINING_MAX_STEPS
=
int
(
os
.
getenv
(
'MINERL_TRAINING_MAX_STEPS'
,
8000000
))
# You need to ensure that your submission is trained by launching less than MINERL_TRAINING_MAX_INSTANCES instances
...
...
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