From fe54e4732d6b7c9259cff6e698e586f63b65ae27 Mon Sep 17 00:00:00 2001 From: haoshengzou Date: Sat, 23 Dec 2017 15:34:44 +0800 Subject: [PATCH] fix imports to support both python2 and python3. move contents from __init__.py to leave for work after major development. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9c3af16..fc7d494 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ Tianshou(天授) is a reinforcement learning platform. The following image illus +## examples + +During development, run examples under `./examples/` directory with, e.g. `python ppo_example.py`. +Running them under this directory with `python examples/ppo_example.py` will not work. + ## About coding style