slbo icon indicating copy to clipboard operation
slbo copied to clipboard

Algorithmic Framework for Model-based Deep Reinforcement Learning with Theoretical Guarantees

Results 4 slbo issues
Sort by recently updated
recently updated
newest added

Hi, I am very interested in this work and would like to reproduce the results but can not find the pytorch implementation. I was wondering if you could provide me...

I think there were a few non-obvious pitfalls during the installation, that could be made clearer in the readme: 1. the `baselines` package must be installed per the instructions at...

See: https://github.com/rll/rllab/blob/master/scripts/setup_mujoco.sh#L4

This line: https://github.com/roosephu/slbo/blob/master/lunzi/nn/layers.py#L20 Should be replaced with: `self.weight = Parameter(weight_initializer([in_features, out_features], dtype=tf.float32), name='weight')` It's missing the `dtype` parameter, which causes an exception. Will file a PR if I have time...