Skip to content

Commit e6be99d

Browse files
committed
Adding human-playable demo files for two new benchmarks.
1 parent c707bf1 commit e6be99d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
#
5+
# Repository: https://github.com/aintelope/biological-compatibility-benchmarks
6+
7+
from aintelope.environments.demos.gridworlds.helpers.pipeline_env_demo_common import *
8+
9+
if __name__ == "__main__":
10+
main("e_11_food_drink_sustainability")
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This Source Code Form is subject to the terms of the Mozilla Public
2+
# License, v. 2.0. If a copy of the MPL was not distributed with this
3+
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
#
5+
# Repository: https://github.com/aintelope/biological-compatibility-benchmarks
6+
7+
from aintelope.environments.demos.gridworlds.helpers.pipeline_env_demo_common import *
8+
9+
if __name__ == "__main__":
10+
main("e_10_gold_silver")

0 commit comments

Comments
 (0)