mirror of
https://github.com/wassname/ray.git
synced 2026-09-12 12:51:15 +08:00
Initial A3C Example - PongDeterministic-v3 (#331)
* Initializing A3C code * Modifications for Ray usage * cleanup * removing universe dependency * fixes (not yet working * hack * documentation * Cleanup * Preliminary Portion Make sure to change when merging * RL part * Cleaning up Driver and Worker code * Updating driver code * instructions... * fixed * Minor changes. * Fixing cmake issues * ray instruction * updating port to new universe * Fix for env.configure * redundant commands * Revert scipy.misc -> cv2 and raise exception for wrong gym version.
This commit is contained in:
committed by
Robert Nishihara
parent
53dffe0bf2
commit
b463d9e5c7
@@ -0,0 +1,8 @@
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
|
||||
from .vectorize_core import Env, Wrapper, ObservationWrapper, ActionWrapper, RewardWrapper
|
||||
from .multiprocessing_env import MultiprocessingEnv
|
||||
from .vectorize_filter import Filter, VectorizeFilter
|
||||
from .wrappers import Vectorize, Unvectorize, WeakUnvectorize
|
||||
Reference in New Issue
Block a user