VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

how can i test my deer model #86

Closed sh767676 closed 3 years ago

sh767676 commented 3 years ago

i creat deer model with custom gym environment and i want to test it, please help me

VinF commented 3 years ago

Please have a look at the InterleavedTestEpochController() with the doc here: https://deer.readthedocs.io/en/0.4.1/modules/controllers.html#deer.experiment.base_controllers.InterleavedTestEpochController

You can then use for instance like here: (https://github.com/VinF/deer/blob/eb18de76d7af25d13503eedd86d91148b5786476/examples/gym/run_mountain_car.py#L125

sh767676 commented 3 years ago

thank you