Eclectic-Sheep / sheeprl

Distributed Reinforcement Learning accelerated by Lightning Fabric
https://eclecticsheep.ai
Apache License 2.0
305 stars 31 forks source link

Fix/evaluate agents #141

Closed belerico closed 11 months ago

belerico commented 11 months ago

Summary

This PR fix the evaluation of the agent. In particular the loaded agent is moved to the right device thanks to fabric.setup_module(agent) method

Type of Change

Please select the one relevant option below:

Checklist

Please confirm that the following tasks have been completed:

Thank you for your contribution! Once you have filled out this template, please ensure that you have assigned the appropriate reviewers and that all tests have passed.