Skip to content
Snippets Groups Projects
Forked from Flatland / Flatland
2569 commits behind the upstream repository.
  • hagrid67's avatar
    da35282a
    added Pillow to requirements · da35282a
    hagrid67 authored
    Added PIL graphics - 5-10 times faster than MPL
    move adaptColor into GraphicsLayer
    change scatter size arg to s like MPL
    move clf, get_cmap up into GraphicsLayer
    added boolean "train" arg to ddqn step() to make running faster in player / editor
    add plotTreeObs - not finished.
    improved pixel scaling in editor (I hope)
    Made the agent background steps update a progress bar.
    da35282a
    History
    added Pillow to requirements
    hagrid67 authored
    Added PIL graphics - 5-10 times faster than MPL
    move adaptColor into GraphicsLayer
    change scatter size arg to s like MPL
    move clf, get_cmap up into GraphicsLayer
    added boolean "train" arg to ddqn step() to make running faster in player / editor
    add plotTreeObs - not finished.
    improved pixel scaling in editor (I hope)
    Made the agent background steps update a progress bar.
requirements_dev.txt 267 B
bumpversion==0.5.3
wheel==0.32.1
watchdog==0.9.0
flake8==3.5.0
tox==3.5.2
coverage==4.5.1
Sphinx==1.8.1
twine==1.12.1

pytest==3.8.2
pytest-runner==4.2
sphinx-rtd-theme==0.4.3

numpy==1.16.2
recordtype==1.3
xarray==0.11.3
matplotlib==3.0.2
PyQt5==5.12
Pillow==5.4.1