Skip to content

Commit 9617b6e

Browse files
authored
Add bibtex
1 parent d2bdd62 commit 9617b6e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ This is a PyTorch implementation of Asynchronous Advantage Actor Critic (A3C) fr
55
This implementation is inspired by [Universe Starter Agent](https://github.com/openai/universe-starter-agent).
66
In contrast to the starter agent, it uses an optimizer with shared statistics as in the original paper.
77

8+
Please use this bibtex if you want to cite this repository in your publications:
9+
10+
@misc{pytorchaaac,
11+
author = {Kostrikov, Ilya},
12+
title = {PyTorch Implementations of Asynchronous Advantage Actor Critic},
13+
year = {2018},
14+
publisher = {GitHub},
15+
journal = {GitHub repository},
16+
howpublished = {\url{https://github.com/ikostrikov/pytorch-a3c}},
17+
}
18+
819
## A2C
920

1021
I **highly recommend** to check a sychronous version and other algorithms: [pytorch-a2c-ppo-acktr](https://github.com/ikostrikov/pytorch-a2c-ppo-acktr).

0 commit comments

Comments
 (0)