MetaIRL icon indicating copy to clipboard operation
MetaIRL copied to clipboard

Meta-Inverse Reinforcement Learning with Probabilistic Context Variables

Results 6 MetaIRL issues
Sort by recently updated
recently updated
newest added

Bumps [activesupport](https://github.com/rails/rails) from 4.1.8 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...

dependencies
ruby

In this file: https://github.com/ermongroup/MetaIRL/blob/master/inverse_rl/models/info_airl_state_train.py#L141 We learn that the info loss is the negative log likelihood of `q_\psi( m | expert trajectory)` ``` # Get "m" distribution by feeding expert trajectory...

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
ruby

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
ruby

Hi, thank you for the awesome work. May I ask what additional dependencies are needed to run the scripts? I have rllab3 installed and tested. But when I run any...

Can you provide the expert Trajectory to this repo? because it seems your code use old version of mujoco that make me easily get errors.