Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyukoh authored Jun 8, 2018
1 parent a6c4d7d commit 8738d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction
This repository is an implementation of **[ICML 2018 Self-Imitation Learning](https://arxiv.org/abs/1707.03497)** in Tensorflow.
This repository is an implementation of [ICML 2018 Self-Imitation Learning](https://arxiv.org/abs/1707.03497) in Tensorflow.
```
@inproceedings{Oh2018SIL,
title={Self-Imitation Learning},
Expand All @@ -8,7 +8,7 @@ This repository is an implementation of **[ICML 2018 Self-Imitation Learning](ht
year={2018}
}
```
Our code is based on [OpenAI's Baselines](https://github.com/openai/baselines).
Our code is based on [OpenAI Baselines](https://github.com/openai/baselines).

# Training
The following command runs `A2C+SIL` on Atari games:
Expand Down

0 comments on commit 8738d9b

Please sign in to comment.