mindpark icon indicating copy to clipboard operation
mindpark copied to clipboard

Testbed for deep reinforcement learning

Results 15 mindpark issues
Sort by recently updated
recently updated
newest added

Use a plugin system to search for available algorithms: http://stackoverflow.com/q/14510286/1079110

enhancement

- `mindpark` should be an optimized (`-O`) system executable after installation. - How can people register their algorithms? Maybe define path in definition file like `algorithm: {type: ./project_folder/file_name:ClassName}`? - Set...

feature

``` File "/home/dhafner/repository/mindpark/mindpark/core/metric.py", line 31, in __call__ self.flush() File "/home/dhafner/repository/mindpark/mindpark/core/metric.py", line 39, in flush connection.execute(insert, self._buffer) ... File "/home/dhafner/.local/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 423, in do_commit dbapi_connection.commit() sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked ```

bug

Profile SQLite and plotting code, and consider computing 2D histograms in Numpy before passing the data to Matplotlib. Could also be parallelized trivially.

enhancement

Look into Python's `logging` module.

feature