thiagopbueno / model-aware-policy-optimization

MAPO: Model-Aware Policy Optimization algorithm
GNU General Public License v3.0
1 stars 0 forks source link

Allow policy access to the environment #54

Closed 0xangelo closed 5 years ago

0xangelo commented 5 years ago

For now, I can think of two ways:



_Originally posted by @angelolovatto in https://github.com/thiagopbueno/model-aware-policy-optimization/pull/50/review_comment/create_
thiagopbueno commented 5 years ago

If base_env in the callback solution is an already-instantiated env object then the callback method would be a simpler alternative I guess... but if it is just a reference to the env class then maybe the second method might be simpler...