File size: 615 Bytes
cc75d6e
 
 
 
2ca1d01
cc75d6e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
spec_version: 1
name: Container_Yard
type: space
runtime: fastapi
app: Container_Yard.server.app:app
port: 8000
description: |
  Container Yard Port Operations Simulation
  Simulates a real-world port container yard where agents must place arriving containers
  into stacks to minimize rehandles during retrieval operations.
metadata:
  difficulty_levels:
    - easy
    - medium
    - hard
  tasks: 3
  observation_space: Stack states with container priorities
  action_space: Discrete(10) - stack selection
  reward: Incremental feedback based on placement efficiency
  max_container_height: 3-5 (task dependent)