Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/71c015148a93d3e247e7ed108c749b9e to your computer and use it in GitHub Desktop.
Save r-ryantm/71c015148a93d3e247e7ed108c749b9e to your computer and use it in GitHub Desktop.
/nix/store/xd2zp2zd32xd02bx8ad0944bhc5fzzyl-python2.7-gym-0.16.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── gym
│   │   ├── core.py
│   │   ├── core.pyc
│   │   ├── envs
│   │   │   ├── algorithmic
│   │   │   │   ├── algorithmic_env.py
│   │   │   │   ├── algorithmic_env.pyc
│   │   │   │   ├── copy_.py
│   │   │   │   ├── copy_.pyc
│   │   │   │   ├── duplicated_input.py
│   │   │   │   ├── duplicated_input.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── repeat_copy.py
│   │   │   │   ├── repeat_copy.pyc
│   │   │   │   ├── reversed_addition.py
│   │   │   │   ├── reversed_addition.pyc
│   │   │   │   ├── reverse.py
│   │   │   │   ├── reverse.pyc
│   │   │   │   └── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_algorithmic.py
│   │   │   │   └── test_algorithmic.pyc
│   │   │   ├── atari
│   │   │   │   ├── atari_env.py
│   │   │   │   ├── atari_env.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── box2d
│   │   │   │   ├── bipedal_walker.py
│   │   │   │   ├── bipedal_walker.pyc
│   │   │   │   ├── car_dynamics.py
│   │   │   │   ├── car_dynamics.pyc
│   │   │   │   ├── car_racing.py
│   │   │   │   ├── car_racing.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── lunar_lander.py
│   │   │   │   ├── lunar_lander.pyc
│   │   │   │   ├── test_lunar_lander.py
│   │   │   │   └── test_lunar_lander.pyc
│   │   │   ├── classic_control
│   │   │   │   ├── acrobot.py
│   │   │   │   ├── acrobot.pyc
│   │   │   │   ├── assets
│   │   │   │   │   └── clockwise.png
│   │   │   │   ├── cartpole.py
│   │   │   │   ├── cartpole.pyc
│   │   │   │   ├── continuous_mountain_car.py
│   │   │   │   ├── continuous_mountain_car.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── mountain_car.py
│   │   │   │   ├── mountain_car.pyc
│   │   │   │   ├── pendulum.py
│   │   │   │   ├── pendulum.pyc
│   │   │   │   ├── rendering.py
│   │   │   │   └── rendering.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mujoco
│   │   │   │   ├── ant.py
│   │   │   │   ├── ant.pyc
│   │   │   │   ├── ant_v3.py
│   │   │   │   ├── ant_v3.pyc
│   │   │   │   ├── assets
│   │   │   │   │   ├── ant.xml
│   │   │   │   │   ├── half_cheetah.xml
│   │   │   │   │   ├── hopper.xml
│   │   │   │   │   ├── humanoidstandup.xml
│   │   │   │   │   ├── humanoid.xml
│   │   │   │   │   ├── inverted_double_pendulum.xml
│   │   │   │   │   ├── inverted_pendulum.xml
│   │   │   │   │   ├── point.xml
│   │   │   │   │   ├── pusher.xml
│   │   │   │   │   ├── reacher.xml
│   │   │   │   │   ├── striker.xml
│   │   │   │   │   ├── swimmer.xml
│   │   │   │   │   ├── thrower.xml
│   │   │   │   │   └── walker2d.xml
│   │   │   │   ├── half_cheetah.py
│   │   │   │   ├── half_cheetah.pyc
│   │   │   │   ├── half_cheetah_v3.py
│   │   │   │   ├── half_cheetah_v3.pyc
│   │   │   │   ├── hopper.py
│   │   │   │   ├── hopper.pyc
│   │   │   │   ├── hopper_v3.py
│   │   │   │   ├── hopper_v3.pyc
│   │   │   │   ├── humanoid.py
│   │   │   │   ├── humanoid.pyc
│   │   │   │   ├── humanoidstandup.py
│   │   │   │   ├── humanoidstandup.pyc
│   │   │   │   ├── humanoid_v3.py
│   │   │   │   ├── humanoid_v3.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── inverted_double_pendulum.py
│   │   │   │   ├── inverted_double_pendulum.pyc
│   │   │   │   ├── inverted_pendulum.py
│   │   │   │   ├── inverted_pendulum.pyc
│   │   │   │   ├── mujoco_env.py
│   │   │   │   ├── mujoco_env.pyc
│   │   │   │   ├── pusher.py
│   │   │   │   ├── pusher.pyc
│   │   │   │   ├── reacher.py
│   │   │   │   ├── reacher.pyc
│   │   │   │   ├── striker.py
│   │   │   │   ├── striker.pyc
│   │   │   │   ├── swimmer.py
│   │   │   │   ├── swimmer.pyc
│   │   │   │   ├── swimmer_v3.py
│   │   │   │   ├── swimmer_v3.pyc
│   │   │   │   ├── thrower.py
│   │   │   │   ├── thrower.pyc
│   │   │   │   ├── walker2d.py
│   │   │   │   ├── walker2d.pyc
│   │   │   │   ├── walker2d_v3.py
│   │   │   │   └── walker2d_v3.pyc
│   │   │   ├── registration.py
│   │   │   ├── registration.pyc
│   │   │   ├── robotics
│   │   │   │   ├── assets
│   │   │   │   │   ├── fetch
│   │   │   │   │   │   ├── pick_and_place.xml
│   │   │   │   │   │   ├── push.xml
│   │   │   │   │   │   ├── reach.xml
│   │   │   │   │   │   ├── robot.xml
│   │   │   │   │   │   ├── shared.xml
│   │   │   │   │   │   └── slide.xml
│   │   │   │   │   ├── hand
│   │   │   │   │   │   ├── manipulate_block_touch_sensors.xml
│   │   │   │   │   │   ├── manipulate_block.xml
│   │   │   │   │   │   ├── manipulate_egg_touch_sensors.xml
│   │   │   │   │   │   ├── manipulate_egg.xml
│   │   │   │   │   │   ├── manipulate_pen_touch_sensors.xml
│   │   │   │   │   │   ├── manipulate_pen.xml
│   │   │   │   │   │   ├── reach.xml
│   │   │   │   │   │   ├── robot_touch_sensors_92.xml
│   │   │   │   │   │   ├── robot.xml
│   │   │   │   │   │   ├── shared_asset.xml
│   │   │   │   │   │   ├── shared_touch_sensors_92.xml
│   │   │   │   │   │   └── shared.xml
│   │   │   │   │   ├── LICENSE.md
│   │   │   │   │   ├── stls
│   │   │   │   │   │   ├── fetch
│   │   │   │   │   │   │   ├── base_link_collision.stl
│   │   │   │   │   │   │   ├── bellows_link_collision.stl
│   │   │   │   │   │   │   ├── elbow_flex_link_collision.stl
│   │   │   │   │   │   │   ├── estop_link.stl
│   │   │   │   │   │   │   ├── forearm_roll_link_collision.stl
│   │   │   │   │   │   │   ├── gripper_link.stl
│   │   │   │   │   │   │   ├── head_pan_link_collision.stl
│   │   │   │   │   │   │   ├── head_tilt_link_collision.stl
│   │   │   │   │   │   │   ├── laser_link.stl
│   │   │   │   │   │   │   ├── l_wheel_link_collision.stl
│   │   │   │   │   │   │   ├── r_wheel_link_collision.stl
│   │   │   │   │   │   │   ├── shoulder_lift_link_collision.stl
│   │   │   │   │   │   │   ├── shoulder_pan_link_collision.stl
│   │   │   │   │   │   │   ├── torso_fixed_link.stl
│   │   │   │   │   │   │   ├── torso_lift_link_collision.stl
│   │   │   │   │   │   │   ├── upperarm_roll_link_collision.stl
│   │   │   │   │   │   │   ├── wrist_flex_link_collision.stl
│   │   │   │   │   │   │   └── wrist_roll_link_collision.stl
│   │   │   │   │   │   └── hand
│   │   │   │   │   │   ├── F1.stl
│   │   │   │   │   │   ├── F2.stl
│   │   │   │   │   │   ├── F3.stl
│   │   │   │   │   │   ├── forearm_electric_cvx.stl
│   │   │   │   │   │   ├── forearm_electric.stl
│   │   │   │   │   │   ├── knuckle.stl
│   │   │   │   │   │   ├── lfmetacarpal.stl
│   │   │   │   │   │   ├── palm.stl
│   │   │   │   │   │   ├── TH1_z.stl
│   │   │   │   │   │   ├── TH2_z.stl
│   │   │   │   │   │   ├── TH3_z.stl
│   │   │   │   │   │   └── wrist.stl
│   │   │   │   │   └── textures
│   │   │   │   │   ├── block_hidden.png
│   │   │   │   │   └── block.png
│   │   │   │   ├── fetch
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── pick_and_place.py
│   │   │   │   │   ├── pick_and_place.pyc
│   │   │   │   │   ├── push.py
│   │   │   │   │   ├── push.pyc
│   │   │   │   │   ├── reach.py
│   │   │   │   │   ├── reach.pyc
│   │   │   │   │   ├── slide.py
│   │   │   │   │   └── slide.pyc
│   │   │   │   ├── fetch_env.py
│   │   │   │   ├── fetch_env.pyc
│   │   │   │   ├── hand
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── manipulate.py
│   │   │   │   │   ├── manipulate.pyc
│   │   │   │   │   ├── manipulate_touch_sensors.py
│   │   │   │   │   ├── manipulate_touch_sensors.pyc
│   │   │   │   │   ├── reach.py
│   │   │   │   │   └── reach.pyc
│   │   │   │   ├── hand_env.py
│   │   │   │   ├── hand_env.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── robot_env.py
│   │   │   │   ├── robot_env.pyc
│   │   │   │   ├── rotations.py
│   │   │   │   ├── rotations.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── spec_list.py
│   │   │   │   ├── spec_list.pyc
│   │   │   │   ├── test_determinism.py
│   │   │   │   ├── test_determinism.pyc
│   │   │   │   ├── test_envs.py
│   │   │   │   ├── test_envs.pyc
│   │   │   │   ├── test_envs_semantics.py
│   │   │   │   ├── test_envs_semantics.pyc
│   │   │   │   ├── test_frozenlake_dfs.py
│   │   │   │   ├── test_frozenlake_dfs.pyc
│   │   │   │   ├── test_kellycoinflip.py
│   │   │   │   ├── test_kellycoinflip.pyc
│   │   │   │   ├── test_mujoco_v2_to_v3_conversion.py
│   │   │   │   ├── test_mujoco_v2_to_v3_conversion.pyc
│   │   │   │   ├── test_registration.py
│   │   │   │   └── test_registration.pyc
│   │   │   ├── toy_text
│   │   │   │   ├── blackjack.py
│   │   │   │   ├── blackjack.pyc
│   │   │   │   ├── cliffwalking.py
│   │   │   │   ├── cliffwalking.pyc
│   │   │   │   ├── discrete.py
│   │   │   │   ├── discrete.pyc
│   │   │   │   ├── frozen_lake.py
│   │   │   │   ├── frozen_lake.pyc
│   │   │   │   ├── guessing_game.py
│   │   │   │   ├── guessing_game.pyc
│   │   │   │   ├── hotter_colder.py
│   │   │   │   ├── hotter_colder.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── kellycoinflip.py
│   │   │   │   ├── kellycoinflip.pyc
│   │   │   │   ├── nchain.py
│   │   │   │   ├── nchain.pyc
│   │   │   │   ├── roulette.py
│   │   │   │   ├── roulette.pyc
│   │   │   │   ├── taxi.py
│   │   │   │   └── taxi.pyc
│   │   │   └── unittest
│   │   │   ├── cube_crash.py
│   │   │   ├── cube_crash.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── memorize_digits.py
│   │   │   └── memorize_digits.pyc
│   │   ├── error.py
│   │   ├── error.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logger.py
│   │   ├── logger.pyc
│   │   ├── spaces
│   │   │   ├── box.py
│   │   │   ├── box.pyc
│   │   │   ├── dict.py
│   │   │   ├── dict.pyc
│   │   │   ├── discrete.py
│   │   │   ├── discrete.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── multi_binary.py
│   │   │   ├── multi_binary.pyc
│   │   │   ├── multi_discrete.py
│   │   │   ├── multi_discrete.pyc
│   │   │   ├── space.py
│   │   │   ├── space.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_spaces.py
│   │   │   │   └── test_spaces.pyc
│   │   │   ├── tuple.py
│   │   │   ├── tuple.pyc
│   │   │   ├── utils.py
│   │   │   └── utils.pyc
│   │   ├── utils
│   │   │   ├── atomic_write.py
│   │   │   ├── atomic_write.pyc
│   │   │   ├── closer.py
│   │   │   ├── closer.pyc
│   │   │   ├── colorize.py
│   │   │   ├── colorize.pyc
│   │   │   ├── ezpickle.py
│   │   │   ├── ezpickle.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── json_utils.py
│   │   │   ├── json_utils.pyc
│   │   │   ├── play.py
│   │   │   ├── play.pyc
│   │   │   ├── seeding.py
│   │   │   └── seeding.pyc
│   │   ├── vector
│   │   │   ├── async_vector_env.py
│   │   │   ├── async_vector_env.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── sync_vector_env.py
│   │   │   ├── sync_vector_env.pyc
│   │   │   ├── tests
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_async_vector_env.py
│   │   │   │   ├── test_async_vector_env.pyc
│   │   │   │   ├── test_numpy_utils.py
│   │   │   │   ├── test_numpy_utils.pyc
│   │   │   │   ├── test_shared_memory.py
│   │   │   │   ├── test_shared_memory.pyc
│   │   │   │   ├── test_spaces.py
│   │   │   │   ├── test_spaces.pyc
│   │   │   │   ├── test_sync_vector_env.py
│   │   │   │   ├── test_sync_vector_env.pyc
│   │   │   │   ├── test_vector_env.py
│   │   │   │   ├── test_vector_env.pyc
│   │   │   │   ├── utils.py
│   │   │   │   └── utils.pyc
│   │   │   ├── utils
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── misc.py
│   │   │   │   ├── misc.pyc
│   │   │   │   ├── numpy_utils.py
│   │   │   │   ├── numpy_utils.pyc
│   │   │   │   ├── shared_memory.py
│   │   │   │   ├── shared_memory.pyc
│   │   │   │   ├── spaces.py
│   │   │   │   └── spaces.pyc
│   │   │   ├── vector_env.py
│   │   │   └── vector_env.pyc
│   │   ├── version.py
│   │   ├── version.pyc
│   │   └── wrappers
│   │   ├── atari_preprocessing.py
│   │   ├── atari_preprocessing.pyc
│   │   ├── clip_action.py
│   │   ├── clip_action.pyc
│   │   ├── filter_observation.py
│   │   ├── filter_observation.pyc
│   │   ├── flatten_observation.py
│   │   ├── flatten_observation.pyc
│   │   ├── frame_stack.py
│   │   ├── frame_stack.pyc
│   │   ├── gray_scale_observation.py
│   │   ├── gray_scale_observation.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── monitoring
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── stats_recorder.py
│   │   │   ├── stats_recorder.pyc
│   │   │   ├── tests
│   │   │   │   ├── helpers.py
│   │   │   │   ├── helpers.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── test_video_recorder.py
│   │   │   │   └── test_video_recorder.pyc
│   │   │   ├── video_recorder.py
│   │   │   └── video_recorder.pyc
│   │   ├── monitor.py
│   │   ├── monitor.pyc
│   │   ├── pixel_observation.py
│   │   ├── pixel_observation.pyc
│   │   ├── record_episode_statistics.py
│   │   ├── record_episode_statistics.pyc
│   │   ├── rescale_action.py
│   │   ├── rescale_action.pyc
│   │   ├── resize_observation.py
│   │   ├── resize_observation.pyc
│   │   ├── test_atari_preprocessing.py
│   │   ├── test_atari_preprocessing.pyc
│   │   ├── test_clip_action.py
│   │   ├── test_clip_action.pyc
│   │   ├── test_filter_observation.py
│   │   ├── test_filter_observation.pyc
│   │   ├── test_flatten_observation.py
│   │   ├── test_flatten_observation.pyc
│   │   ├── test_frame_stack.py
│   │   ├── test_frame_stack.pyc
│   │   ├── test_gray_scale_observation.py
│   │   ├── test_gray_scale_observation.pyc
│   │   ├── test_pixel_observation.py
│   │   ├── test_pixel_observation.pyc
│   │   ├── test_record_episode_statistics.py
│   │   ├── test_record_episode_statistics.pyc
│   │   ├── test_rescale_action.py
│   │   ├── test_rescale_action.pyc
│   │   ├── test_resize_observation.py
│   │   ├── test_resize_observation.pyc
│   │   ├── tests
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── test_transform_observation.py
│   │   ├── test_transform_observation.pyc
│   │   ├── test_transform_reward.py
│   │   ├── test_transform_reward.pyc
│   │   ├── time_limit.py
│   │   ├── time_limit.pyc
│   │   ├── transform_observation.py
│   │   ├── transform_observation.pyc
│   │   ├── transform_reward.py
│   │   └── transform_reward.pyc
│   └── gym-0.16.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
38 directories, 392 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment