ray/python
Jones Wong 007208d2bb Support older version TF and Support RMSProp in Impala (#2590)
to support TF version < 1.5
to support rmsprop optimizer in Impala

Before TF1.5, tf.reduce_sum() and tf.reduce_max() has an argument keep_dims which has been renamed as keepdims in later versions.

In the original paper of Impala, they use rmsprop algorithm to optimize the model. We'd better also support it so that users can reproduce their experiments. Without any tuning, say that using the same hyper-parameters as AdamOptimizer, it reaches "episode_reward_mean": 19.083333333333332 in Pong after consume 3,610,350 samples.
2018-08-09 19:51:32 -07:00
..
benchmarks Add benchmark for ray.get (#2499) 2018-07-28 09:09:21 -07:00
ray Support older version TF and Support RMSProp in Impala (#2590) 2018-08-09 19:51:32 -07:00
asv.conf.json [asv] Pushing to s3 (#2246) 2018-06-20 10:43:44 -07:00
build-wheel-macos.sh Fix MAC_WHEELS=1 (#2477) 2018-07-25 14:57:28 -07:00
build-wheel-manylinux1.sh Stop building wheels for Python 3.3 on Linux. (#2342) 2018-07-04 12:22:33 -07:00
README-benchmarks.rst [rllib][asv] Support ASV for RLlib (#2304) 2018-06-28 17:20:09 -07:00
README-building-wheels.md [DataFrame] Add Parquet Support in Build Process (#1531) 2018-02-16 07:18:42 -08:00
setup.py copy all files when installing pyarrow (#2547) 2018-08-02 17:06:37 -07:00