| title | BlockArena |
|---|---|
| emoji | 🎯 |
| colorFrom | blue |
| colorTo | purple |
| sdk | docker |
| app_file | app.py |
| pinned | false |
Strategic contract negotiation for OpenEnv, built for fast demos and RL experimentation.
Live demo: Hugging Face Spaces | GitHub: ayushap18/BlockArena
- Partially observable negotiation with two opponents: VendorAgent and LegalReviewer
- Three difficulty tiers: easy, medium, hard
- New
SUMMARIZEaction for free progress checkpoints - Strategy intelligence:
risk_level,next_best_action,negotiation_phase, andwin_probability - Reward transparency via
reward_breakdownmetadata - Polished Gradio cockpit with tier selector, guided demo, and benchmark leaderboard
git clone https://github.com/ayushap18/BlockArena
cd BlockArena
pip install -r requirements.txt
uvicorn server.app:app --host 0.0.0.0 --port 7860Open http://localhost:7860 for the UI. API routes remain available at /reset, /step, /info, and /health.
python3 test_environment.py
python3 inference.pyCodecatalysts for OpenEnv Hackathon 2026
- Ayush, Team Lead
- Yatharth Gautam
- Vardaan Dua