Skip to content

yong-bing/gym-crane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages