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
e5f9f83a
Commit
e5f9f83a
authored
May 03, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
66db04fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
examples/A3C-Gym/README.md
examples/A3C-Gym/README.md
+6
-5
No files found.
examples/A3C-Gym/README.md
View file @
e5f9f83a
...
...
@@ -25,14 +25,15 @@ Some practicical notes:
multiprocess Python program to get a cgroup dedicated for the task.
3.
Training with a significant slower speed (e.g. on CPU) will result in very bad score, probably because of async issues.
### To
watch the agent play (need GUI)
:
### To
test a model
:
`./train-atari.py --task play --env Breakout-v0 --load Breakout-v0.tfmodel`
Download models from
[
model zoo
](
https://goo.gl/9yIol2
)
.
### To generate gym submission with a pretrained Atari model:
Watch the agent play:
`./train-atari.py --task play --env Breakout-v0 --load Breakout-v0.tfmodel`
1.
Download models from
[
model zoo
](
https://goo.gl/9yIol2
)
2.
`./train-atari.py --task gen_submit --load Breakout-v0.tfmodel --env Breakout-v0 --output output_dir`
Generate gym submissions:
`./train-atari.py --task gen_submit --load Breakout-v0.tfmodel --env Breakout-v0 --output output_dir`
Models are available for the following atari environments (click to watch videos of my agent):
...
...
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