Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with ray 1.12.0 and Windows in environment instantiation #7

Open
PhilippWillms opened this issue Apr 20, 2022 · 1 comment
Open

Comments

@PhilippWillms
Copy link
Contributor

Hello,
while trying to execute the related RL project in my development environment:

  • Windows 10
  • Python 3.9.7
  • ray 1.12.0
  • numpy 1.22.3
  • tensorflow 2.8.0
  • gym 0.21.0

I encountered two very basic issues.

  1. By default, ray Rllib tries to create a logging directory with the "env" name in it. However, with the configuration "JSSEnv:jss-v1" this leads into error.
  2. Ray was not able to identify the JSSEnv by class name, as suggested by ray env documentation

This triggered me to add proper Gym registration (see my fork of JSSEnv and corresponding adjustments on the Rllib execution files (see my fork of RL-Job-Shop-Scheduling).

Kindly review both branches and feel free to merge and adopt.

BR Philipp

@pradeepchandra551
Copy link

@PhilippWillms can you please explain the flow to execute the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants