MCPcopy Create free account

hub / github.com/AboudyKreidieh/h-baselines / types & classes

Types & classes109 in github.com/AboudyKreidieh/h-baselines

↓ 17 callersClassHumanoidMaze
Humanoid Maze Environment. In this task, immovable blocks are placed to confine the agent to a U-shaped corridor. That is, blocks are placed
hbaselines/envs/efficient_hrl/envs.py:541
↓ 14 callersClassFlowEnv
Create a flow-specific environment, as provided by this repository. The original environments are wrapped by an additional environment that a
hbaselines/envs/mixed_autonomy/core.py:9
↓ 13 callersClassAntMaze
Ant Maze Environment. In this task, immovable blocks are placed to confine the agent to a U-shaped corridor. That is, blocks are placed every
hbaselines/envs/efficient_hrl/envs.py:473
↓ 11 callersClassRLAlgorithm
RL algorithm class. Supports the training of TD3, SAC, and PPO policies. Attributes ---------- policy : type [ hbaselines.base_polic
hbaselines/algorithms/rl_algorithm.py:265
↓ 9 callersClassRingEnv
Non-flow variant of the ring road environment. Attributes ---------- initial_state : str or None the initial state. Must be one o
hbaselines/envs/mixed_autonomy/envs/ring_nonflow.py:24
↓ 5 callersClassAntFourRooms
Ant Four Rooms Environment. In this environment, an agent is placed in a four-room network whose structure is represented in the figure below
hbaselines/envs/efficient_hrl/envs.py:996
↓ 4 callersClassImageAntMaze
Visual Ant Maze Environment. In this task, immovable blocks are placed to confine the agent to a U-shaped corridor. That is, blocks are place
hbaselines/envs/efficient_hrl/envs.py:598
↓ 4 callersClassPolicy
Base Policy. Attributes ---------- sess : tf.compat.v1.Session the current TensorFlow session ob_space : gym.spaces.*
hbaselines/base_policies/policy.py:8
↓ 3 callersClassAntFall
Ant Fall Environment. In this task, the agent is initialized on a platform of height 4. Immovable blocks are placed everywhere except at (-8,
hbaselines/envs/efficient_hrl/envs.py:863
↓ 3 callersClassAntPush
Ant Push Environment. In this task, immovable blocks are placed every where except at (0,0), (-8,0), (-8,8), (0,8), (8,8), (16,8), and (0,16)
hbaselines/envs/efficient_hrl/envs.py:734
↓ 3 callersClassMultiReplayBuffer
Experience replay buffer for independent multi-agent settings. This replay buffer supports centralized training by including a full-states te
hbaselines/multiagent/replay_buffer.py:5
↓ 3 callersClassPendulum
Pendulum environment class. In this environment, an inverted pendulum object is tasked with reaching an end goal consisting of the desired jo
hbaselines/envs/hac/envs.py:492
↓ 3 callersClassReplayBuffer
Experience replay buffer.
hbaselines/fcnet/replay_buffer.py:5
↓ 3 callersClassSharedReplayBuffer
Experience replay buffer for shared multi-agent settings. This replay buffer supports centralized training by including a full-states term fo
hbaselines/multiagent/replay_buffer.py:205
↓ 3 callersClassUR5
UR5 environment class. In this environment, a UR5 reacher object is tasked with reaching an end goal consisting of the desired joint position
hbaselines/envs/hac/envs.py:262
↓ 2 callersClassAntGatherEnv
Ant Gather environment. See: https://arxiv.org/pdf/1704.03012.pdf
hbaselines/envs/snn4hrl/envs.py:9
↓ 2 callersClassDummyData
Dummy MuJoCo data object. Used for testing purposes.
hbaselines/envs/hac/dummy_mujoco.py:62
↓ 2 callersClassHierReplayBuffer
Hierarchical variant of ReplayBuffer. Attributes ---------- buffer_size : int Max number of transitions to store in the buffer. W
hbaselines/goal_conditioned/replay_buffer.py:7
↓ 2 callersClassMultiFeedForwardPolicy
SAC-compatible multi-agent feedforward neural. The attributes described in this docstring are only used if the `maddpg` parameter is set to T
hbaselines/multiagent/sac.py:25
↓ 2 callersClassPoint2DEnv
A little 2D point whose life goal is to reach a target. Attributes ---------- render_dt_msec : float seconds before the next fram
hbaselines/envs/point2d.py:12
↓ 2 callersClassRingMultiAgentEnv
Multi-agent variant of the ring environment.
hbaselines/envs/mixed_autonomy/envs/ring_nonflow.py:629
↓ 2 callersClassSnakeGatherEnv
Snake Gather environment.
hbaselines/envs/snn4hrl/envs.py:114
↓ 2 callersClassSwimmerGatherEnv
Swimmer Gather environment.
hbaselines/envs/snn4hrl/envs.py:106
↓ 1 callersClassAVClosedEnv
Closed network variant of AVEnv.
hbaselines/envs/mixed_autonomy/envs/av.py:654
↓ 1 callersClassAVClosedMultiAgentEnv
Closed network variant of AVMultiAgentEnv.
hbaselines/envs/mixed_autonomy/envs/av_multi.py:126
↓ 1 callersClassAVEnv
Environment for training automated vehicles in a mixed-autonomy setting. Required from env_params: * max_accel: scaling factor for the AV ac
hbaselines/envs/mixed_autonomy/envs/av.py:66
↓ 1 callersClassAVMultiAgentEnv
Multi-agent variants of AVEnv.
hbaselines/envs/mixed_autonomy/envs/av_multi.py:13
↓ 1 callersClassAVOpenEnv
Open network variant of AVEnv.
hbaselines/envs/mixed_autonomy/envs/av.py:671
↓ 1 callersClassAVOpenMultiAgentEnv
Open network variant of AVMultiAgentEnv.
hbaselines/envs/mixed_autonomy/envs/av_multi.py:143
↓ 1 callersClassBipedalObstacles
Bipedal Obstacles environment. In this environment, a bipedal agent is placed in an open field with obstacles scattered throughout the world.
hbaselines/envs/deeploco/envs.py:63
↓ 1 callersClassBipedalSoccer
Bipedal Soccer environment. In this environment, a bipedal agent is placed in an open field with a soccer ball. The agent is rewarded for mov
hbaselines/envs/deeploco/envs.py:15
↓ 1 callersClassGetFlat
Get the parameters as a flat vector.
hbaselines/utils/tf_util.py:213
↓ 1 callersClassHumanoidFourRooms
Humanoid Four Rooms Environment. In this environment, an agent is placed in a four-room network whose structure is represented in the figure
hbaselines/envs/efficient_hrl/envs.py:1078
↓ 1 callersClassHumanoidPush
Humanoid Push Environment. In this task, immovable blocks are placed every where except at (0,0), (-8,0), (-8,8), (0,8), (8,8), (16,8), and (
hbaselines/envs/efficient_hrl/envs.py:804
↓ 1 callersClassRingSingleAgentEnv
Single agent variant of the ring environment.
hbaselines/envs/mixed_autonomy/envs/ring_nonflow.py:568
↓ 1 callersClassSampler
Environment sampler object. Attributes ---------- env : gym.Env the training / evaluation environment
hbaselines/utils/sampler.py:9
↓ 1 callersClassSetFromFlat
Set the parameters from a flat vector.
hbaselines/utils/tf_util.py:174
↓ 1 callersClassTrajectoryLogger
Logger object for evaluation trajectory data. This method logs, save, and plots trajectory data during evaluations for a number of tasks.
hbaselines/utils/eval.py:152
ClassAntEnv
Gym representation of the Ant MuJoCo environment.
hbaselines/envs/efficient_hrl/ant.py:48
ClassAntMazeEnv
Gym representation of AntMaze, AntPush, or AntFall.
hbaselines/envs/efficient_hrl/ant_maze_env.py:34
ClassCustomInstall
Custom installation procedure.
setup.py:20
ClassDummyModel
Dummy MuJoCo model object. Used for testing purposes.
hbaselines/envs/hac/dummy_mujoco.py:52
ClassEnvironment
Base environment class. Supports the UR5 and Pendulum environments from: Levy, Andrew, et al. "Learning Multi-Level Hierarchies with Hindsig
hbaselines/envs/hac/envs.py:16
ClassFeedForwardPolicy
Feed-forward neural network actor-critic policy. Attributes ---------- sess : tf.compat.v1.Session the current TensorFlow session
hbaselines/fcnet/td3.py:15
ClassFeedForwardPolicy
SAC-compatible feedforward policy. Attributes ---------- sess : tf.compat.v1.Session the current TensorFlow session ob_space
hbaselines/fcnet/sac.py:22
ClassFeedForwardPolicy
Feed-forward neural network policy. Attributes ---------- learning_rate : float the learning rate n_minibatches : int
hbaselines/fcnet/ppo.py:14
ClassFeedForwardPolicy
TRPO-compatible feedforward policy.. Attributes ---------- gamma : float the discount factor lam : float factor for t
hbaselines/fcnet/trpo.py:18
ClassGoalConditionedPolicy
Goal-conditioned hierarchical reinforcement learning model. Attributes ---------- num_levels : int number of levels within the hi
hbaselines/goal_conditioned/base.py:16
ClassGoalConditionedPolicy
TD3-compatible goal-conditioned hierarchical policy.
hbaselines/goal_conditioned/td3.py:11
ClassGoalConditionedPolicy
SAC-compatible goal-conditioned hierarchical policy.
hbaselines/goal_conditioned/sac.py:9
ClassHumanoidEnv
Humanoid mujoco environment.
hbaselines/envs/efficient_hrl/humanoid.py:37
ClassHumanoidEnv
Humanoid mujoco environment.
hbaselines/envs/mujoco/humanoid_env.py:19
ClassHumanoidFall
Humanoid Fall Environment. In this task, the agent is initialized on a platform of height 4. Immovable blocks are placed everywhere except at
hbaselines/envs/efficient_hrl/envs.py:935
ClassHumanoidMazeEnv
Gym representation of HumanoidMaze, HumanoidPush, or HumanoidFall.
hbaselines/envs/efficient_hrl/humanoid_maze_env.py:34
ClassImageHumanoidMaze
Visual Humanoid Maze Environment. In this task, immovable blocks are placed to confine the agent to a U-shaped corridor. That is, blocks are
hbaselines/envs/efficient_hrl/envs.py:671
ClassMjSim
Dummy MuJoCo simulator object. Used for testing purposes.
hbaselines/envs/hac/dummy_mujoco.py:37
ClassMjViewer
Dummy MuJoCo viewer object. Used for testing purposes.
hbaselines/envs/hac/dummy_mujoco.py:27
ClassMove
Movable attributes.
hbaselines/envs/efficient_hrl/maze_env_utils.py:22
ClassMultiAgentPolicy
Multi-agent base policy. This policy supports training off-policy variants of three popular multi-agent algorithms: * Independent learne
hbaselines/multiagent/base.py:7
ClassMultiFeedForwardPolicy
TD3-compatible multi-agent feedforward neural. The attributes described in this docstring are only used if the `maddpg` parameter is set to T
hbaselines/multiagent/td3.py:17
ClassMultiFeedForwardPolicy
PPO-compatible multi-agent feedforward neural network policy.
hbaselines/multiagent/ppo.py:6
ClassMultiFeedForwardPolicy
TRPO-compatible multi-agent feedforward neural network policy.
hbaselines/multiagent/trpo.py:6
ClassMultiFeedForwardPolicy
See parent class.
hbaselines/multi_fcnet/td3.py:10
ClassMultiFeedForwardPolicy
See parent class.
hbaselines/multi_fcnet/sac.py:10
ClassMultiGoalConditionedPolicy
TD3-compatible multi-agent goal-conditioned hierarchical policy.
hbaselines/multiagent/h_td3.py:6
ClassMultiGoalConditionedPolicy
SAC-compatible multi-agent goal-conditioned hierarchical policy.
hbaselines/multiagent/h_sac.py:6
ClassOffPolicyRLAlgorithm
See parent class.
hbaselines/algorithms/off_policy.py:11
ClassRaySampler
Ray-compatible variant of the environment sampler object. Used to collect samples in parallel.
hbaselines/utils/sampler.py:155
ClassSnakeEnv
Snake Mujoco environment.
hbaselines/envs/snn4hrl/snake_gather.py:14
ClassTestAV
Tests the automated vehicles single agent environments.
tests/fast_tests/test_envs.py:1451
ClassTestAVMulti
Tests the automated vehicles multi-agent environments.
tests/fast_tests/test_envs.py:1667
ClassTestBaseGoalConditionedPolicy
Test GoalConditionedPolicy in hbaselines/goal_conditioned/base.py.
tests/fast_tests/test_goal_conditioned.py:18
ClassTestEfficientHRLAntEnvironments
Test the Ant* environments in envs/efficient_hrl.
tests/fast_tests/test_envs.py:129
ClassTestEfficientHRLHumanoidEnvironments
Test the Humanoid* environments in envs/efficient_hrl/.
tests/fast_tests/test_envs.py:360
ClassTestEnvUtil
Test the environment utility methods.
tests/fast_tests/test_utils.py:1873
ClassTestEval
Unit tests for the classes and methods in utils/eval.py.
tests/fast_tests/test_utils.py:2902
ClassTestExperimentRunnerScripts
Tests the runner scripts in the experiments folder.
tests/slow_tests/test_experiments.py:124
ClassTestHACEnvironments
Test the environments in envs/hac/.
tests/fast_tests/test_envs.py:587
ClassTestHierReplayBuffer
Tests for the HierReplayBuffer object.
tests/fast_tests/test_replay_buffer.py:63
ClassTestMixedAutonomyEnvs
Test the functionality of each of the trainable mixed-autonomy envs. Each of these environments are tests for the following cases: 1. the ob
tests/fast_tests/test_envs.py:782
ClassTestMultiAgentPolicy
Test MultiAgentPolicy in hbaselines/multiagent/base.py.
tests/fast_tests/test_multiagent.py:28
ClassTestMultiReplayBuffer
Tests for the MultiReplayBuffer object.
tests/fast_tests/test_replay_buffer.py:182
ClassTestPPOFeedForwardPolicy
Test FeedForwardPolicy in hbaselines/fcnet/ppo.py.
tests/fast_tests/test_fcnet.py:517
ClassTestPPOMultiFeedForwardPolicy
Test MultiFeedForwardPolicy in hbaselines/multiagent/ppo.py.
tests/fast_tests/test_multiagent.py:2508
ClassTestPendulum
Tests the Pendulum environment class.
tests/fast_tests/test_envs.py:708
ClassTestPlot
Tests for the experiments/plot.py script.
tests/slow_tests/test_experiments.py:20
ClassTestPoint2D
Test the functionality of features in envs/point2d.py.
tests/fast_tests/test_envs.py:1886
ClassTestPolicy
Test Policy in hbaselines/base_policies/policy.py.
tests/fast_tests/test_base_policies.py:12
ClassTestRLAlgorithm
Test the components of the RLAlgorithm algorithm.
tests/fast_tests/test_algorithm.py:19
ClassTestReplayBuffer
Tests for the ReplayBuffer object.
tests/fast_tests/test_replay_buffer.py:11
ClassTestRewardFns
Test the reward_fns method.
tests/fast_tests/test_utils.py:1863
ClassTestRingNonFlow
Test the functionality of features in ring_nonflow.py.
tests/fast_tests/test_envs.py:2044
ClassTestSACFeedForwardPolicy
Test FeedForwardPolicy in hbaselines/fcnet/sac.py.
tests/fast_tests/test_fcnet.py:275
ClassTestSACGoalConditionedPolicy
Test GoalConditionedPolicy in hbaselines/goal_conditioned/sac.py.
tests/fast_tests/test_goal_conditioned.py:1566
ClassTestSACMultiFeedForwardPolicy
Test MultiFeedForwardPolicy in hbaselines/multiagent/sac.py.
tests/fast_tests/test_multiagent.py:1510
ClassTestSACMultiGoalConditionedPolicy
Test MultiFeedForwardPolicy in hbaselines/multiagent/h_sac.py.
tests/fast_tests/test_multiagent.py:3550
ClassTestSNN4HRL
Tests for the environments in envs/snn4hrl.
tests/fast_tests/test_envs.py:63
ClassTestSharedReplayBuffer
Tests for the SharedReplayBuffer object.
tests/fast_tests/test_replay_buffer.py:261
ClassTestTD3FeedForwardPolicy
Test FeedForwardPolicy in hbaselines/fcnet/td3.py.
tests/fast_tests/test_fcnet.py:20
ClassTestTD3GoalConditionedPolicy
Test GoalConditionedPolicy in hbaselines/goal_conditioned/td3.py.
tests/fast_tests/test_goal_conditioned.py:1206
next →1–100 of 109, ranked by callers