MCPcopy Create free account

hub / github.com/cbfinn/maml_rl / types & classes

Types & classes378 in github.com/cbfinn/maml_rl

↓ 50 callersClassXmlAttr
rllab/envs/box2d/parser/xml_types.py:49
↓ 43 callersClassString
rllab/mujoco_py/util.py:182
↓ 32 callersClassTfEnv
sandbox/rocky/tf/envs/base.py:33
↓ 25 callersClassLinearFeatureBaseline
rllab/baselines/linear_feature_baseline.py:6
↓ 23 callersClass_Error
generic exception of cma module
rllab/algos/cma_es_lib.py:7316
↓ 21 callersClassFloat
rllab/envs/box2d/parser/xml_attr_types.py:15
↓ 19 callersClassCartpoleEnv
rllab/envs/box2d/cartpole_env.py:10
↓ 15 callersClassGaussianMLPPolicy
rllab/policies/gaussian_mlp_policy.py:20
↓ 14 callersClassBox
A box in R^n. I.e., each coordinate is bounded.
rllab/spaces/box.py:8
↓ 13 callersClassTRPO
Trust Region Policy Optimization
rllab/algos/trpo.py:6
↓ 11 callersClassDiscrete
{0,1,...,n-1}
rllab/spaces/discrete.py:7
↓ 11 callersClassString
rllab/envs/box2d/parser/xml_attr_types.py:103
↓ 9 callersClassCMAOptions
``CMAOptions()`` returns a dictionary with the available options and their default values for class ``CMAEvolutionStrategy``. ``CMAOptions('p
rllab/algos/cma_es_lib.py:4393
↓ 9 callersClassGaussianMLPPolicy
sandbox/rocky/tf/policies/minimal_gauss_mlp_policy.py:30
↓ 9 callersClassTuple
rllab/envs/box2d/parser/xml_attr_types.py:65
↓ 9 callersClassVPG
Vanilla Policy Gradient.
rllab/algos/vpg.py:11
↓ 8 callersClassMLP
sandbox/rocky/tf/core/network.py:10
↓ 8 callersClassStubMethodCall
rllab/misc/instrument.py:94
↓ 8 callersClassZeroBaseline
rllab/baselines/zero_baseline.py:6
↓ 6 callersClassAngle
rllab/envs/box2d/parser/xml_attr_types.py:109
↓ 6 callersClassChoice
rllab/envs/box2d/parser/xml_attr_types.py:34
↓ 6 callersClassMLP
rllab/core/network.py:36
↓ 6 callersClassReplayPool
A utility class for experience replay. The code is adapted from https://github.com/spragunr/deep_q_rl
rllab/algos/util.py:19
↓ 6 callersClassXavierUniformInitializer
sandbox/rocky/tf/core/layers.py:295
↓ 5 callersClassCMADataLogger
data logger for class `CMAEvolutionStrategy`. The logger is identified by its name prefix and (over-)writes or reads according data files. The
rllab/algos/cma_es_lib.py:5632
↓ 5 callersClassCategorical
sandbox/rocky/tf/distributions/categorical.py:19
↓ 5 callersClassConjugateGradientOptimizer
Performs constrained optimization via line search. The search direction is computed using a conjugate gradient algorithm, which gives x = A^{
sandbox/rocky/tf/optimizers/conjugate_gradient_optimizer.py:118
↓ 5 callersClassMessage
rllab/misc/console.py:68
↓ 5 callersClassParamLayer
rllab/core/lasagne_layers.py:9
↓ 5 callersClassPenaltyLbfgsOptimizer
Performs constrained optimization via penalized L-BFGS. The penalty term is adaptively adjusted to make sure that the constraint is satisfied
rllab/optimizers/penalty_lbfgs_optimizer.py:10
↓ 5 callersClassXmlChildren
rllab/envs/box2d/parser/xml_types.py:17
↓ 5 callersClass_BlancClass
blanc container class for having a collection of attributes, that might/should at some point become a more tailored class
rllab/algos/cma_es_lib.py:643
↓ 4 callersClassBatchDataset
rllab/optimizers/minibatch_dataset.py:4
↓ 4 callersClassBool
rllab/envs/box2d/parser/xml_attr_types.py:119
↓ 4 callersClassCategorical
rllab/distributions/categorical.py:23
↓ 4 callersClassDiagonalGaussian
sandbox/rocky/tf/distributions/diagonal_gaussian.py:9
↓ 4 callersClassExperiment
rllab/misc/nb_utils.py:42
↓ 4 callersClassLbfgsOptimizer
Performs unconstrained optimization via L-BFGS.
sandbox/rocky/tf/optimizers/lbfgs_optimizer.py:11
↓ 4 callersClassLbfgsOptimizer
Performs unconstrained optimization via L-BFGS.
rllab/optimizers/lbfgs_optimizer.py:8
↓ 4 callersClassList
rllab/envs/box2d/parser/xml_attr_types.py:46
↓ 4 callersClassMAMLTRPO
Trust Region Policy Optimization
sandbox/rocky/tf/algos/maml_trpo.py:7
↓ 4 callersClassMjModel
rllab/mujoco_py/mjcore.py:29
↓ 4 callersClassProduct
rllab/spaces/product.py:6
↓ 4 callersClassProgBarCounter
rllab/sampler/stateful_pool.py:12
↓ 3 callersClassAntEnvRand
rllab/envs/mujoco/ant_env_rand.py:10
↓ 3 callersClassAntEnvRandDirec
rllab/envs/mujoco/ant_env_rand_direc.py:10
↓ 3 callersClassAttrDict
rllab/misc/ext.py:151
↓ 3 callersClassConjugateGradientOptimizer
Performs constrained optimization via line search. The search direction is computed using a conjugate gradient algorithm, which gives x = A^{
rllab/optimizers/conjugate_gradient_optimizer.py:118
↓ 3 callersClassConvNetwork
rllab/core/network.py:273
↓ 3 callersClassFirstOrderOptimizer
Performs (stochastic) gradient descent, possibly using fancier methods like adam etc.
sandbox/rocky/tf/optimizers/first_order_optimizer.py:17
↓ 3 callersClassGRUNetwork
rllab/core/network.py:195
↓ 3 callersClassHalfCheetahEnvRand
rllab/envs/mujoco/half_cheetah_env_rand.py:14
↓ 3 callersClassHalfCheetahEnvRandDirec
rllab/envs/mujoco/half_cheetah_env_rand_direc.py:15
↓ 3 callersClassInt
rllab/envs/box2d/parser/xml_attr_types.py:21
↓ 3 callersClassLSTMStepLayer
sandbox/rocky/tf/core/layers.py:1550
↓ 3 callersClassMAMLGaussianMLPPolicy
sandbox/rocky/tf/policies/maml_minimal_gauss_mlp_policy.py:27
↓ 3 callersClassOUStrategy
This strategy implements the Ornstein-Uhlenbeck process, which adds time-correlated noise to the actions taken by the deterministic policy.
rllab/exploration_strategies/ou_strategy.py:10
↓ 3 callersClassOrthogonalInitializer
sandbox/rocky/tf/core/layers.py:326
↓ 3 callersClassPenaltyLbfgsOptimizer
Performs constrained optimization via penalized L-BFGS. The penalty term is adaptively adjusted to make sure that the constraint is satisfied
sandbox/rocky/tf/optimizers/penalty_lbfgs_optimizer.py:10
↓ 3 callersClassPointEnvRandGoal
maml_examples/point_env_randgoal.py:7
↓ 3 callersClassSharedGlobal
rllab/sampler/stateful_pool.py:36
↓ 3 callersClassStubAttr
rllab/misc/instrument.py:77
↓ 3 callersClasslazydict
rllab/misc/ext.py:71
↓ 2 callersClassAntEnvDirecOracle
rllab/envs/mujoco/ant_env_direc_oracle.py:10
↓ 2 callersClassAntEnvOracle
rllab/envs/mujoco/ant_env_oracle.py:10
↓ 2 callersClassAntEnvRandGoal
rllab/envs/mujoco/ant_env_rand_goal.py:11
↓ 2 callersClassBestSolution
container to keep track of the best solution seen
rllab/algos/cma_es_lib.py:797
↓ 2 callersClassCMAEvolutionStrategy
CMA-ES stochastic optimizer class with ask-and-tell interface. Calling Sequences ================= es = CMAEvolutionStrategy(x0, sig
rllab/algos/cma_es_lib.py:2419
↓ 2 callersClassCMASolutionDict
rllab/algos/cma_es_lib.py:739
↓ 2 callersClassContinuousMLPQFunction
rllab/q_functions/continuous_mlp_q_function.py:13
↓ 2 callersClassDDPG
Deep Deterministic Policy Gradient.
rllab/algos/ddpg.py:84
↓ 2 callersClassDeterministicMLPPolicy
rllab/policies/deterministic_mlp_policy.py:12
↓ 2 callersClassDiagonalGaussian
rllab/distributions/diagonal_gaussian.py:6
↓ 2 callersClassDummyEnv
tests/algos/test_trpo.py:13
↓ 2 callersClassElapsedTime
using ``time.clock`` with overflow handling to measure CPU time. Example: >>> clock = ElapsedTime() # clock starts here >>> t1 = clock(
rllab/algos/cma_es_lib.py:7323
↓ 2 callersClassEmbeddedViewer
rllab/envs/mujoco/gather/embedded_viewer.py:11
↓ 2 callersClassEnvSpec
rllab/envs/env_spec.py:5
↓ 2 callersClassFiniteDifferenceHvp
sandbox/rocky/tf/optimizers/conjugate_gradient_optimizer.py:61
↓ 2 callersClassGRUNetwork
sandbox/rocky/tf/core/network.py:186
↓ 2 callersClassGRUStepLayer
sandbox/rocky/tf/core/layers.py:1118
↓ 2 callersClassGaussianMLPBaseline
rllab/baselines/gaussian_mlp_baseline.py:10
↓ 2 callersClassGaussianMLPPolicy
sandbox/rocky/tf/policies/gaussian_mlp_policy.py:17
↓ 2 callersClassGymEnv
rllab/envs/gym_env.py:47
↓ 2 callersClassHalfCheetahEnvDirecOracle
rllab/envs/mujoco/half_cheetah_env_direc_oracle.py:14
↓ 2 callersClassHalfCheetahEnvOracle
rllab/envs/mujoco/half_cheetah_env_oracle.py:14
↓ 2 callersClassHex
rllab/envs/box2d/parser/xml_attr_types.py:27
↓ 2 callersClassLSTMNetwork
sandbox/rocky/tf/core/network.py:295
↓ 2 callersClassOpLayer
rllab/core/lasagne_layers.py:33
↓ 2 callersClassPointEnvRandGoalOracle
maml_examples/point_env_randgoal_oracle.py:7
↓ 2 callersClassRecurrentCategorical
sandbox/rocky/tf/distributions/recurrent_categorical.py:9
↓ 2 callersClassRotation
Rotation class that implements an orthogonal linear transformation, one for each dimension. By default reach ``Rotation`` instance provides a
rllab/algos/cma_es_lib.py:7929
↓ 2 callersClassSelector
rllab/viskit/core.py:181
↓ 2 callersClassSwimmerRandGoalOracleEnv
rllab/envs/mujoco/swimmer_randgoal_oracle_env.py:10
↓ 2 callersClassTRPO
Trust Region Policy Optimization
sandbox/rocky/tf/algos/trpo.py:7
↓ 2 callersClass_CMAStopDict
keep and update a termination condition dictionary, which is "usually" empty and returned by `CMAEvolutionStrategy.stop()`. The class methods
rllab/algos/cma_es_lib.py:4781
↓ 1 callersClassAntEnvRandGoalOracle
rllab/envs/mujoco/ant_env_rand_goal_oracle.py:11
↓ 1 callersClassBatchNormLayer
sandbox/rocky/tf/core/layers.py:1726
↓ 1 callersClassBatchNormLayer
lasagne.layers.BatchNormLayer(incoming, axes='auto', epsilon=1e-4, alpha=0.1, mode='low_mem', beta=lasagne.init.Constant(0), gamma=lasagn
rllab/core/lasagne_layers.py:51
↓ 1 callersClassBernoulli
sandbox/rocky/tf/distributions/bernoulli.py:10
↓ 1 callersClassBinaryOp
rllab/misc/instrument.py:65
next →1–100 of 378, ranked by callers