alex-petrenko / sample-factory

High throughput synchronous and asynchronous reinforcement learning
https://samplefactory.dev
MIT License
773 stars 106 forks source link

[DOC] Fix incorrect call to register_model_core_factory #272

Closed paLeziart closed 1 year ago

paLeziart commented 1 year ago

Hello,

This PR fixes a small typo in the documentation about the call to the def register_model_core_factory(self, make_model_core_func: MakeCoreFunc): function of the ModelFactory class.

It only affects a single line of a documentation file.