gym-crane A gym environment for the crane scheduling problem. Installation git clone https://github.com/aifyb/gym_crane.git cd gym-crane pip install -e . Usage import gymnasium as gym import gym_crane env = gym.make('CraneWorld-v0', render_mode='human')