.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
src/scml/__init__.py
src/scml/__main__.py
src/scml/cli.py
src/scml/cliadv.py
src/scml/common.py
src/scml/experiment.py
src/scml.egg-info/PKG-INFO
src/scml.egg-info/SOURCES.txt
src/scml.egg-info/dependency_links.txt
src/scml.egg-info/entry_points.txt
src/scml.egg-info/not-zip-safe
src/scml.egg-info/requires.txt
src/scml.egg-info/top_level.txt
src/scml/oneshot/__init__.py
src/scml/oneshot/adapter.py
src/scml/oneshot/agent.py
src/scml/oneshot/awi.py
src/scml/oneshot/common.py
src/scml/oneshot/helper.py
src/scml/oneshot/mixins.py
src/scml/oneshot/sysagents.py
src/scml/oneshot/ufun.py
src/scml/oneshot/world.py
src/scml/oneshot/agents/__init__.py
src/scml/oneshot/agents/aspiration.py
src/scml/oneshot/agents/greedy.py
src/scml/oneshot/agents/nothing.py
src/scml/oneshot/agents/random.py
src/scml/scml2019/__init__.py
src/scml/scml2019/agent.py
src/scml/scml2019/awi.py
src/scml/scml2019/bank.py
src/scml/scml2019/common.py
src/scml/scml2019/consumers.py
src/scml/scml2019/helpers.py
src/scml/scml2019/insurance.py
src/scml/scml2019/miners.py
src/scml/scml2019/schedulers.py
src/scml/scml2019/simulators.py
src/scml/scml2019/utils.py
src/scml/scml2019/visualizers.py
src/scml/scml2019/world.py
src/scml/scml2019/factory_managers/__init__.py
src/scml/scml2019/factory_managers/builtins.py
src/scml/scml2020/__init__.py
src/scml/scml2020/agent.py
src/scml/scml2020/awi.py
src/scml/scml2020/common.py
src/scml/scml2020/factory.py
src/scml/scml2020/utils.py
src/scml/scml2020/world.py
src/scml/scml2020/agents/__init__.py
src/scml/scml2020/agents/bcse.py
src/scml/scml2020/agents/decentralizing.py
src/scml/scml2020/agents/do_nothing.py
src/scml/scml2020/agents/indneg.py
src/scml/scml2020/agents/moving.py
src/scml/scml2020/agents/random.py
src/scml/scml2020/agents/reactive.py
src/scml/scml2020/agents/satisficer.py
src/scml/scml2020/components/__init__.py
src/scml/scml2020/components/negotiation.py
src/scml/scml2020/components/prediction.py
src/scml/scml2020/components/production.py
src/scml/scml2020/components/signing.py
src/scml/scml2020/components/simulation.py
src/scml/scml2020/components/trading.py
src/scml/scml2020/services/__init__.py
src/scml/scml2020/services/controllers.py
src/scml/scml2020/services/simulators.py
src/scml/vendor/__init__.py
src/scml/vendor/quick/LICENSE
src/scml/vendor/quick/README.md
src/scml/vendor/quick/__init__.py
src/scml/vendor/quick/quick.py
src/scml/vendor/quick/requirements.txt
tests/__init__.py
tests/switches.py
tests/test_can_run_tutorial2.py
tests/test_cli.py
tests/test_factory2019.py
tests/test_jupyter.py
tests/test_oneshot_do_nothing.py
tests/test_oneshot_sync.py
tests/test_oneshot_ufun.py
tests/test_scheduler2019.py
tests/test_scml2019.py
tests/test_scml2019factory.py
tests/test_scml2019tournaments.py
tests/test_scml2020.py
tests/test_scml2020factory.py
tests/test_scml2020tournaments.py
tests/test_scml2021.py
tests/test_scml2021oneshot.py
tests/test_scml2021tournaments.py
tests/test_sync_jackson.py
tests/tmp_notebooks/tutorials/01.run_scml2020.ipynb
tests/tmp_notebooks/tutorials/02.develop_agent_scml2020_oneshot.ipynb
tests/tmp_notebooks/tutorials/03.develop_agent_scml2020.ipynb
tests/tmp_notebooks/tutorials/04.experiments.ipynb
tests/tmp_notebooks/tutorials/05.logs_and_stats.ipynb
tests/tmp_notebooks/tutorials/06.ideas.ipynb