chainer / chainerrl-visualizer

MIT License
53 stars 13 forks source link

Workaround for DDPG, PGT and TRPO #9

Closed sykwer closed 5 years ago

sykwer commented 5 years ago

I assumed that all agents have a model attribute and model.__call__() returns outputs of the model. However, DDPG, PGT and TRPO are exceptions for the assumption.

This PR is temporary workaround for that. This issue will be fixed soon.

sykwer commented 5 years ago

Fixed at #11