Skip to content

Commit

Permalink
add citation and todo(hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
hesic73 committed Feb 16, 2024
1 parent 079d599 commit 005e7a3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,23 @@ if __name__ == "__main__":
<div id="refer-anchor-5"></div>

- [5] [What Matters In On-Policy Reinforcement Learning? A Large-Scale Empirical Study](https://arxiv.org/pdf/2006.05990.pdf)


## TO DO

- [ ] Restructure the code to decouple rollout functionality from `GomokuEnv`.
- [ ] Enhance documentaion.


## Citation
Please use this bibtex if you want to cite this repository:
```
@misc{He2023gomoku_rl,
author = {He, Sicheng},
title = {gomoku_rl},
year = {2023},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/hesic73/gomoku_rl}},
}
```

0 comments on commit 005e7a3

Please sign in to comment.