1234567891011121314151617181920212223242526 |
- Basic Interaction
- =================
- Briefly present Modelverse and how to execute
- Working knowledge
- -----------------
- Very briefly explain the Modelverse architecture
- the minimal necessary to meaningfully start using it!
- That is: distinction between interface, kernel, and state
- Necessary scripts
- -----------------
- Explain the different scripts and how they can be used
- Briefly show the *run_tests.py* and *run_local_modelverse.py*
- Also *prompt.py*
- Wrapper
- -------
- We explain the simple Python wrapper
- Other wrappers can be defined quite easily due to the Modelverse architecture
- Later is a full overview of the wrapper, we now introduce it piece by piece in Python
|