VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

Standalone Python module #5

Closed glouppe closed 8 years ago

glouppe commented 8 years ago

It would help organize the project if the Python code was organized as a standalone library instead of a bunch of scripts. In this way, you could also write nice standalone examples and unit tests.

VinF commented 8 years ago

Yep thanks for the feedback. It's in the pipeline for the work to be done for next versions

VinF commented 8 years ago

The package is now organized as a library (you can do : "pip install deer"). Some unit tests have also been integrated.