joschu / modular_rl

Implementation of TRPO and related algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Q] load_snapshot

yongduek opened this issue · comments

I was wondering if the option can be used with run_pg.py to train a deep network starting from the weights of an h5 file already saved.

It was found in sim_agent.py but it was not seen in run_pg.py.

The agent can be loaded from the h5 file. run_pg.py simply doest not have it. So, basically it was not a problem.