Aldrimore commited on
Commit
b33d8e1
·
1 Parent(s): 6195f6a

Add HF Space metadata and openenv tag

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Smart Factory Scheduling Environment
2
 
3
  An [OpenEnv](https://github.com/openenv/openenv)-compliant RL environment simulating real-world industrial scheduling: assign jobs to machines, handle breakdowns, and maximise throughput within deadlines.
 
1
+ ---
2
+ title: Smart Factory Scheduling Environment
3
+ emoji: 🏭
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: docker
7
+ tags:
8
+ - openenv
9
+ - reinforcement-learning
10
+ - scheduling
11
+ pinned: false
12
+ ---
13
+
14
  # Smart Factory Scheduling Environment
15
 
16
  An [OpenEnv](https://github.com/openenv/openenv)-compliant RL environment simulating real-world industrial scheduling: assign jobs to machines, handle breakdowns, and maximise throughput within deadlines.