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
4a30d18d
Commit
4a30d18d
authored
Jan 13, 2017
by
Yuxin Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename some examples
parent
428d9414
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
9 additions
and
9 deletions
+9
-9
README.md
README.md
+4
-4
examples/A3C-Gym/README.md
examples/A3C-Gym/README.md
+0
-0
examples/A3C-Gym/common.py
examples/A3C-Gym/common.py
+1
-0
examples/A3C-Gym/run-atari.py
examples/A3C-Gym/run-atari.py
+0
-0
examples/A3C-Gym/simulator.py
examples/A3C-Gym/simulator.py
+0
-0
examples/A3C-Gym/train-atari.py
examples/A3C-Gym/train-atari.py
+0
-0
examples/CTC-TIMIT/README.md
examples/CTC-TIMIT/README.md
+0
-0
examples/CTC-TIMIT/create-lmdb.py
examples/CTC-TIMIT/create-lmdb.py
+0
-0
examples/CTC-TIMIT/timitdata.py
examples/CTC-TIMIT/timitdata.py
+0
-0
examples/CTC-TIMIT/train-timit.py
examples/CTC-TIMIT/train-timit.py
+0
-0
examples/Char-RNN/README.md
examples/Char-RNN/README.md
+0
-0
examples/Char-RNN/char-rnn.py
examples/Char-RNN/char-rnn.py
+0
-0
examples/DeepQNetwork/DQN.py
examples/DeepQNetwork/DQN.py
+0
-0
examples/DeepQNetwork/README.md
examples/DeepQNetwork/README.md
+0
-0
examples/DeepQNetwork/atari.py
examples/DeepQNetwork/atari.py
+0
-0
examples/DeepQNetwork/breakout.jpg
examples/DeepQNetwork/breakout.jpg
+0
-0
examples/DeepQNetwork/common.py
examples/DeepQNetwork/common.py
+0
-0
examples/DeepQNetwork/curve-breakout.png
examples/DeepQNetwork/curve-breakout.png
+0
-0
examples/OpenAIGym/common.py
examples/OpenAIGym/common.py
+0
-1
examples/README.md
examples/README.md
+4
-4
No files found.
README.md
View file @
4a30d18d
...
...
@@ -13,15 +13,15 @@ Docs & tutorials should be ready within a month. See some [examples](examples) t
+
[
Spatial Transformer Networks on MNIST addition
](
examples/SpatialTransformer
)
### Reinforcement Learning:
+
[
Deep Q-Network(DQN) variants on Atari games
](
examples/
Atari2600
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
examples/
OpenAI
Gym
)
+
[
Deep Q-Network(DQN) variants on Atari games
](
examples/
DeepQNetwork
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
examples/
A3C-
Gym
)
### Unsupervised Learning:
+
[
Several Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN
](
examples/GAN
)
### Speech / NLP:
+
[
LSTM-CTC for speech recognition
](
examples/TIMIT
)
+
[
char-rnn for fun
](
examples/
char-rnn
)
+
[
LSTM-CTC for speech recognition
](
examples/
CTC-
TIMIT
)
+
[
char-rnn for fun
](
examples/
Char-RNN
)
+
[
LSTM language model on PennTreebank
](
examples/PennTreebank
)
The examples are not only for demonstration of the framework -- you can train them and reproduce the results in papers.
...
...
examples/
OpenAI
Gym/README.md
→
examples/
A3C-
Gym/README.md
View file @
4a30d18d
File moved
examples/A3C-Gym/common.py
0 → 120000
View file @
4a30d18d
../
DeepQNetwork
/
common
.
py
\ No newline at end of file
examples/
OpenAI
Gym/run-atari.py
→
examples/
A3C-
Gym/run-atari.py
View file @
4a30d18d
File moved
examples/
OpenAI
Gym/simulator.py
→
examples/
A3C-
Gym/simulator.py
View file @
4a30d18d
File moved
examples/
OpenAI
Gym/train-atari.py
→
examples/
A3C-
Gym/train-atari.py
View file @
4a30d18d
File moved
examples/TIMIT/README.md
→
examples/
CTC-
TIMIT/README.md
View file @
4a30d18d
File moved
examples/TIMIT/create-lmdb.py
→
examples/
CTC-
TIMIT/create-lmdb.py
View file @
4a30d18d
File moved
examples/TIMIT/timitdata.py
→
examples/
CTC-
TIMIT/timitdata.py
View file @
4a30d18d
File moved
examples/TIMIT/train-timit.py
→
examples/
CTC-
TIMIT/train-timit.py
View file @
4a30d18d
File moved
examples/
char-rnn
/README.md
→
examples/
Char-RNN
/README.md
View file @
4a30d18d
File moved
examples/
char-rnn
/char-rnn.py
→
examples/
Char-RNN
/char-rnn.py
View file @
4a30d18d
File moved
examples/
Atari2600
/DQN.py
→
examples/
DeepQNetwork
/DQN.py
View file @
4a30d18d
File moved
examples/
Atari2600
/README.md
→
examples/
DeepQNetwork
/README.md
View file @
4a30d18d
File moved
examples/
Atari2600
/atari.py
→
examples/
DeepQNetwork
/atari.py
View file @
4a30d18d
File moved
examples/
Atari2600
/breakout.jpg
→
examples/
DeepQNetwork
/breakout.jpg
View file @
4a30d18d
File moved
examples/
Atari2600
/common.py
→
examples/
DeepQNetwork
/common.py
View file @
4a30d18d
File moved
examples/
Atari2600
/curve-breakout.png
→
examples/
DeepQNetwork
/curve-breakout.png
View file @
4a30d18d
File moved
examples/OpenAIGym/common.py
deleted
120000 → 0
View file @
428d9414
../
Atari2600
/
common
.
py
\ No newline at end of file
examples/README.md
View file @
4a30d18d
...
...
@@ -16,15 +16,15 @@ Training examples with __reproducible__ and meaningful performance.
+
Load a pre-trained
[
Convolutional Pose Machines
](
ConvolutionalPoseMachines/
)
.
## Reinforcement Learning:
+
[
Deep Q-Network(DQN) variants on Atari games
](
Atari2600
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
OpenAI
Gym
)
+
[
Deep Q-Network(DQN) variants on Atari games
](
DeepQNetwork
)
+
[
Asynchronous Advantage Actor-Critic(A3C) with demos on OpenAI Gym
](
A3C-
Gym
)
## Unsupervised:
+
[
Generative Adversarial Network(GAN) variants, including DCGAN, Image2Image, InfoGAN
](
GAN
)
## Speech / NLP:
+
[
LSTM-CTC for speech recognition
](
TIMIT
)
+
[
char-rnn for fun
](
char-rnn
)
+
[
LSTM-CTC for speech recognition
](
CTC-
TIMIT
)
+
[
char-rnn for fun
](
Char-RNN
)
+
[
LSTM language model on PennTreebank
](
PennTreebank
)
...
...
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