Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
seminar-breakout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shashank Suhas
seminar-breakout
Commits
3448ffd8
Commit
3448ffd8
authored
Aug 12, 2016
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use video and fix a bug
parent
61669a2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
examples/OpenAIGym/README.md
examples/OpenAIGym/README.md
+6
-6
tensorpack/callbacks/param.py
tensorpack/callbacks/param.py
+1
-0
No files found.
examples/OpenAIGym/README.md
View file @
3448ffd8
...
@@ -5,12 +5,12 @@
...
@@ -5,12 +5,12 @@
2.
Download models from
[
model zoo
](
https://drive.google.com/open?id=0B9IPQTvr2BBkS0VhX0xmS1c5aFk
)
2.
Download models from
[
model zoo
](
https://drive.google.com/open?id=0B9IPQTvr2BBkS0VhX0xmS1c5aFk
)
3.
`ENV=NAME_OF_ENV ./run-atari.py --load "$ENV".tfmodel --env "$ENV"`
3.
`ENV=NAME_OF_ENV ./run-atari.py --load "$ENV".tfmodel --env "$ENV"`
Models are available for the following gym atari environments:
Models are available for the following gym atari environments
(click links for videos)
:
+
[
Breakout-v0
](
https://gym.openai.com/e
nvs/Breakout-v0
)
+
[
Breakout-v0
](
https://gym.openai.com/e
valuations/eval_L55gczPrQJamMGihq9tzA
)
+
[
AirRaid-v0
](
https://gym.openai.com/e
nvs/AirRaid-v0
)
+
[
AirRaid-v0
](
https://gym.openai.com/e
valuations/eval_zIeNk5MxSGOmvGEUxrZDUw
)
+
[
Asterix-v0
](
https://gym.openai.com/e
nvs/Asterix-v0
)
+
[
Asterix-v0
](
https://gym.openai.com/e
valuations/eval_mees2c58QfKm5GspCjRfCA
)
+
[
Amidar-v0
](
https://gym.openai.com/e
nvs/Asterix-v0
)
+
[
Amidar-v0
](
https://gym.openai.com/e
valuations/eval_HwEazbHtTYGpCialv9uPhA
)
+
[
Seaquest-v0
](
https://gym.openai.com/e
nvs/Seaquest-v0
)
+
[
Seaquest-v0
](
https://gym.openai.com/e
valuations/eval_N2624y3NSJWrOgoMSpOi4w
)
Note that atari game settings in gym is more difficult than the settings DeepMind papers, therefore the scores are not comparable.
Note that atari game settings in gym is more difficult than the settings DeepMind papers, therefore the scores are not comparable.
tensorpack/callbacks/param.py
View file @
3448ffd8
...
@@ -221,6 +221,7 @@ class StatMonitorParamSetter(HyperParamSetter):
...
@@ -221,6 +221,7 @@ class StatMonitorParamSetter(HyperParamSetter):
cnt
+=
1
cnt
+=
1
if
cnt
>=
self
.
min_non_decreasing
\
if
cnt
>=
self
.
min_non_decreasing
\
and
self
.
less_than
(
hist
[
0
],
hist
[
-
1
]):
and
self
.
less_than
(
hist
[
0
],
hist
[
-
1
]):
self
.
last_changed_epoch
=
self
.
epoch_num
return
self
.
value_func
(
self
.
get_current_value
())
return
self
.
value_func
(
self
.
get_current_value
())
return
None
return
None
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