docs python code blocks
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
The run module is arguably the most important part of the *alma* interface. It is here where the actual experiment/task has to be implemented. For *pyalma* the run module is merely a python file implementing a specified interface so that *pyalma* can load and execute it. Let's have a look at a short but yet extensive example.
|
||||
|
||||
```python3
|
||||
```python
|
||||
import random
|
||||
|
||||
def run(instance, save, state):
|
||||
|
Reference in New Issue
Block a user