From f6854a4917a30eb45b374dc8335da6d6715d047c Mon Sep 17 00:00:00 2001 From: Shangtong Zhang Date: Tue, 10 Apr 2018 11:34:15 -0600 Subject: [PATCH] Update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f65ddf..533bac8 100644 --- a/README.md +++ b/README.md @@ -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)