maml_rl icon indicating copy to clipboard operation
maml_rl copied to clipboard

Code for RL experiments in "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"

Results 14 maml_rl issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @​wjordan!...

dependencies

Hi, I'd like to ask few important questions, - is it possible to implement MAML with DDPG like other implemented MAML-RL algorithms? - if so, what are the right way...

Hi, I'm trying to set up the environment with Anaconda to run the code. I'm running: `conda env create -f environment.yml` and I get error: ``` Warning: you have pip-installed...

Hello! I'm wondering if there are any good reasons for adding _self.get_body_com("torso").flat_ to the observations of half cheetah: https://github.com/cbfinn/maml_rl/blob/9c8e2ebd741cb0c7b8bf2d040c4caeeb8e06cc95/rllab/envs/mujoco/half_cheetah_env_rand_direc.py#L53 It seems to me that it only complicates comparisons between methods...

Bumps [activesupport](https://github.com/rails/rails) from 4.1.8 to 4.1.11. Commits - [`260da06`](https://github.com/rails/rails/commit/260da06e6b63f4644fe67e67fbd486585f9d2724) Preparing for 4.1.11 release - [`12f763c`](https://github.com/rails/rails/commit/12f763ce1131d29d24bd0d8f868e2697a139aea3) enforce a depth limit on XML documents - [`bfbf167`](https://github.com/rails/rails/commit/bfbf16749a754ab1fd58274a951d3a013182a635) Escape HTML entities in JSON keys...

dependencies

when I run test_maml_cheetah.py cause OSerror: OSError: ../vendor/mujoco/libmujoco131.so: cannot open shared object file: No such file or directory can you append the need part? thank you!

Hi, I've been trying to replicate some of your results and compare against Reptile, for the reinforcement learning case. Specifically, I'm trying to run the point mass experiments. After installing...