TheJackBright Claude Opus 4.6 commited on
Commit
ab3639f
Β·
1 Parent(s): 6f37fb0

Add HF Space YAML frontmatter to README.md

Browse files

Required by HuggingFace Spaces for Docker-based deployments.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # PolypharmacyEnv β€” Elderly Medication Safety via Reinforcement Learning
2
 
3
  An [OpenEnv](https://github.com/meta-pytorch/OpenEnv)-compliant environment that simulates **elderly polypharmacy medication review**. An RL agent acts as a clinical pharmacist assistant: it queries drug-drug interactions (DDIs), identifies Beers-criteria violations, and proposes safe interventions β€” all under resource-constrained budgets.
 
1
+ ---
2
+ title: PolypharmacyEnv
3
+ emoji: πŸ’Š
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ app_port: 7860
8
+ tags:
9
+ - openenv
10
+ - healthcare
11
+ - polypharmacy
12
+ pinned: false
13
+ ---
14
+
15
  # PolypharmacyEnv β€” Elderly Medication Safety via Reinforcement Learning
16
 
17
  An [OpenEnv](https://github.com/meta-pytorch/OpenEnv)-compliant environment that simulates **elderly polypharmacy medication review**. An RL agent acts as a clinical pharmacist assistant: it queries drug-drug interactions (DDIs), identifies Beers-criteria violations, and proposes safe interventions β€” all under resource-constrained budgets.