plan2explore-pytorch icon indicating copy to clipboard operation
plan2explore-pytorch copied to clipboard

Results 4 plan2explore-pytorch issues
Sort by recently updated
recently updated
newest added

https://github.com/yusukeurakami/plan2explore-pytorch/blob/13c13bd6c206742fd25d68ab693a5b5271b5b34a/main.py#L149 Hello, I was wondering, when using p2e algorithm, why do we pass actor_model parameters into curious_actor_optimizer? Same happens with value_model_optimizer and value_model. In the way I see it, this...

Running the code throws a run-time error. Any help on how to resolve this, please? ------ Traceback (most recent call last): File "main.py", line 311, in prediction = onestep_models[mdl](input_state, input_action)...

Hi, I was just trying to understand the architecture of the `OneStepModel`. During prediction it passes the action into every layer together with the output from the previous one. Where...

gather data over the temporal dimension rather than the batch dimension