Spaces:
Sleeping
Sleeping
Aryanshh commited on
Commit ·
f7bf8d9
1
Parent(s): ecad261
docs: Update short description across all manifests
Browse files- README.md +2 -0
- openenv.yaml +1 -1
- pyproject.toml +1 -1
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
# NetZero Nav (by Aryanshh)
|
| 2 |
|
|
|
|
|
|
|
| 3 |
**NetZero Nav** is an AI agentic environment where an autonomous logistics agent must navigate global supply chain disruptions while adhering to strict "Net Zero" carbon mandates.
|
| 4 |
|
| 5 |
## The Challenge
|
|
|
|
| 1 |
# NetZero Nav (by Aryanshh)
|
| 2 |
|
| 3 |
+
**Autonomous RL logistics agent navigating global disruptions with a Net-Zero carbon mandate.**
|
| 4 |
+
|
| 5 |
**NetZero Nav** is an AI agentic environment where an autonomous logistics agent must navigate global supply chain disruptions while adhering to strict "Net Zero" carbon mandates.
|
| 6 |
|
| 7 |
## The Challenge
|
openenv.yaml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
name: "netzero-nav"
|
| 2 |
version: "1.0.0"
|
| 3 |
-
description: "
|
| 4 |
author: "aryanshh"
|
| 5 |
tags:
|
| 6 |
- "openenv"
|
|
|
|
| 1 |
name: "netzero-nav"
|
| 2 |
version: "1.0.0"
|
| 3 |
+
description: "Autonomous RL logistics agent navigating global disruptions with a Net-Zero mandate."
|
| 4 |
author: "aryanshh"
|
| 5 |
tags:
|
| 6 |
- "openenv"
|
pyproject.toml
CHANGED
|
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
|
|
| 5 |
[project]
|
| 6 |
name = "netzero-nav"
|
| 7 |
version = "1.0.0"
|
| 8 |
-
description = "
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.11"
|
| 11 |
dependencies = [
|
|
|
|
| 5 |
[project]
|
| 6 |
name = "netzero-nav"
|
| 7 |
version = "1.0.0"
|
| 8 |
+
description = "Autonomous RL logistics agent navigating global disruptions with a Net-Zero mandate."
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.11"
|
| 11 |
dependencies = [
|