You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplest way without affecting the samplefactory library too much would be to write it to disk right after initialization of everything. For this, it might be easiest to instantiate a Runner, acess a Learner, set the actor_critic weights and save
However, if we heavily modify the library for the Goal system, we might also go and implement proper Brain usage in SF (risk of side effects :o)
The text was updated successfully, but these errors were encountered:
Simplest way without affecting the samplefactory library too much would be to write it to disk right after initialization of everything.
For this, it might be easiest to instantiate a Runner, acess a Learner, set the actor_critic weights and save
However, if we heavily modify the library for the Goal system, we might also go and implement proper Brain usage in SF (risk of side effects :o)
The text was updated successfully, but these errors were encountered: