Giter Site home page Giter Site logo

16mkor / jsp_environment Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 0.0 39.45 MB

Simulation and reinforcement learning framework for production planning and control of complex job shop manufacturing systems.

License: Other

Python 22.13% Jupyter Notebook 77.87%
a2c dqn environment gymnasium ppo reinforcement-learning simpy transformer

jsp_environment's People

Contributors

16mkor avatar mkor16 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jsp_environment's Issues

The observation space must inherit from gym.spaces cf https://github.com/openai/gym/blob/master/gym/spaces/

i cannot run the project successfully, following is the Traceback
hope you can help me, thanks

Traceback (most recent call last):
File "D:\Users\python\project\new_venv\JSP_Environment-main\main.py", line 30, in
run(config=exp_config, parameters=parameters, timesteps=args.max_episode_timesteps[0], episodes=args.num_episodes[0])
File "D:\Users\python\project\new_venv\JSP_Environment-main\JSP_env\run.py", line 29, in run
env = _set_up_env(MULT_ENV_FLAG=config['MULT_ENV_FLAG'], parameter=parameters, model_type=config['model_type'])
File "D:\Users\python\project\new_venv\JSP_Environment-main\JSP_env\run.py", line 74, in _set_up_env
check_env(env) # Check if Environment follows the structure of Gym. -> passed :)
File "C:\Users\57676\AppData\Local\Programs\Python\Python310\lib\site-packages\stable_baselines3\common\env_checker.py", line 339, in check_env
_check_spaces(env)
File "C:\Users\57676\AppData\Local\Programs\Python\Python310\lib\site-packages\stable_baselines3\common\env_checker.py", line 279, in _check_spaces
assert isinstance(env.observation_space, spaces.Space), "The observation space must inherit from gym.spaces" + gym_spaces
AssertionError: The observation space must inherit from gym.spaces cf https://github.com/openai/gym/blob/master/gym/spaces/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.