Update README

This commit is contained in:
Shangtong Zhang
2018-04-10 11:34:15 -06:00
parent 669c366bc0
commit f6854a4917
+1 -2
View File
@@ -61,9 +61,8 @@ Prediction is sampled after 110K iterations, and I only implemented one-step tra
# Usage
```dataset.py```: generate dataset for action conditional video prediction
```main.py```: all other algorithms
```main.py``` contains examples for all the implemented algorithms
# References
* [Human Level Control through Deep Reinforcement Learning](https://www.nature.com/nature/journal/v518/n7540/full/nature14236.html)