mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 04:23:03 +08:00
3ac8fd7ee8
* enable parameter space noise for exploration * enable parameter space noise for exploration * yapf formatted * remove the usage of scipy softmax avialable in the latest version only * enable subclass that has no parameter_noise in the config * run user specified callbacks and test parameter space noise in multi node setting * formatted by yapf * Update dqn.py * lint