mlsh icon indicating copy to clipboard operation
mlsh copied to clipboard

Code for the paper "Meta-Learning Shared Hierarchies"

Results 17 mlsh issues
Sort by recently updated
recently updated
newest added

Hi, I'm running the code using mpirun inside a docker container. It worked at first but recently I started getting the error message ``` ===================================================================================== = BAD TERMINATION OF ONE...

For Fourrooms-v0 game, env.render() function can be applied. how to render the game??

Hi, great work on the paper and code! I am working on a project that builds on top of MLSH. We implemented [our own GPU optimized version](https://github.com/ysaibhargav/mlsh-gpu) of the algorithm...

could you please point out the library for rl_algs ?

missing , in line 9

I used the following statement: python3 main.py --task AntBandits-v1 --num_subs 2 --macro_duration 1000 --num_rollouts 2000 --warmup_time 20 --train_time 50 --continue_iter 00615 --replay True AntAgent The thing i notice is that...

See: https://github.com/openai/mlsh/blob/master/mlsh_code/rollouts.py#L83 Are you shure that "and" condition there is correct? It would mean that the environment gets not reset although you already reached the goal. (It will do another...

Hello, I have tried to train the MLSH policies under the MovementBandits environment, but outputs of the master policy seems to be random even after training. The command I tried...

Hi! It would be great if you can give a more detailed readme for a Windows system. Thanks very much.

Hi, have similar error with rl_algos: ``` mlsh/mlsh_code$ python main.py --task AntBandits-v1 --num_subs 2 --macro_duration 1000 --num_rollouts 2000 --warmup_time 20 --train_time 30 --replay False AntAgent Traceback (most recent call last):...