Spaces:
Sleeping
Sleeping
Commit ·
27e2512
1
Parent(s): ed5af54
Add HF Spaces frontmatter with openenv tag + fix Dockerfile
Browse files- Dockerfile +1 -0
- README.md +11 -0
Dockerfile
CHANGED
|
@@ -16,6 +16,7 @@ COPY env_wrapper.py .
|
|
| 16 |
COPY tasks.py .
|
| 17 |
COPY inference.py .
|
| 18 |
COPY openenv.yaml .
|
|
|
|
| 19 |
|
| 20 |
# Environment variables (set at runtime, NOT hardcoded)
|
| 21 |
# API_BASE_URL — The API endpoint for the LLM
|
|
|
|
| 16 |
COPY tasks.py .
|
| 17 |
COPY inference.py .
|
| 18 |
COPY openenv.yaml .
|
| 19 |
+
COPY README.md .
|
| 20 |
|
| 21 |
# Environment variables (set at runtime, NOT hardcoded)
|
| 22 |
# API_BASE_URL — The API endpoint for the LLM
|
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Strategic Negotiation Simulation — Meta OpenEnv
|
| 2 |
|
| 3 |
A reinforcement learning simulation environment developed for the Meta PyTorch OpenEnv Hackathon. This project tests an AI agent's ability to negotiate prices under conditions of partial observability and uncertainty. The environment adheres strictly to the Meta OpenEnv Gymnasium specifications.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Strategic Negotiation Environment
|
| 3 |
+
emoji: 🤝
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: docker
|
| 7 |
+
tags:
|
| 8 |
+
- openenv
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Strategic Negotiation Simulation — Meta OpenEnv
|
| 13 |
|
| 14 |
A reinforcement learning simulation environment developed for the Meta PyTorch OpenEnv Hackathon. This project tests an AI agent's ability to negotiate prices under conditions of partial observability and uncertainty. The environment adheres strictly to the Meta OpenEnv Gymnasium specifications.
|