init
This commit is contained in:
26
AlgoriAgent/examples/0_python_example_template/README.md
Normal file
26
AlgoriAgent/examples/0_python_example_template/README.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Your Example Title Here
|
||||
|
||||
This example will show
|
||||
- How to ...
|
||||
- How to ...
|
||||
|
||||
|
||||
## Background (If needed)
|
||||
|
||||
The background of your example here.
|
||||
|
||||
|
||||
## Tested Models
|
||||
|
||||
These models are tested in this example. For other models, some modifications may be needed.
|
||||
- xxx
|
||||
- xxx
|
||||
|
||||
|
||||
## Prerequisites
|
||||
|
||||
Fill the next cell to meet the following requirements
|
||||
- The requirements to execute this example
|
||||
- ...
|
||||
- [Optional] Optional requirements
|
||||
- ...
|
||||
2
AlgoriAgent/examples/0_python_example_template/main.py
Normal file
2
AlgoriAgent/examples/0_python_example_template/main.py
Normal file
@@ -0,0 +1,2 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Your complete code here.
|
||||
Reference in New Issue
Block a user