Ashley Hill

Results 5 comments of Ashley Hill

The code seems to think you are loading an SRL model from srl_zoo, but you registered it as an environment SRLType. Have you added a path to the config files?...

> 1. Using a VecEnvWrapper so it is compatible with all the algorithms without any modifications Yes, good idea. definitly agree there. > 2. I would use a replay buffer...

ACKTR is fixed on the [enhancements](https://github.com/hill-a/stable-baselines/commit/b304cc4ca8ab9459c1e28e35fee32bf4b5ab47c1) branch, however I lost quite some time this month, and didn't have time to finish the branch (wanted to fix PPO1 and TRPO first)....

Hey, After having a trying the code, I am getting the same problem. It seems that under TF 1.12.0 Keras is ignoring the `reuse=True` of the scope, meaning that the...

If TF 2.0 were to be Keras-like, in my opinion the fix would be to have policies where the tensors are created, then the observation is passed through in an...