Using NetworkManagement environments with ray
See original GitHub issueHi,
I am following the example in this blog post.
When trying to register the NetworkManagement-v0 environemnt with ray
I received NotImplementedError: Environment NetworkManagement-v0 not recognized.
In this repo, it looks like the NetworkManagement-v0 and v1 environments are not available options in the create_envs
function from utils.py
.
Is there a reason why these are unavailable or cannot be used with ray?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6
Top Results From Across the Web
Environments — Ray 2.2.0
Environments #. RLlib works with several different types of environments, including OpenAI Gym, user-defined, multi-agent, and also batched environments.
Read more >Telecommunication Management Network - an overview
Service management layer is the environment where the service logic is implemented and the network resources are utilised for providing services. The service ......
Read more >hubbs5/or-gym: Environments for OR and RL Research - GitHub
This library contains environments consisting of operations research problems which adhere to the OpenAI Gym API. The purpose is to bring reinforcement learning ......
Read more >A Brief Introduction to SDN- The Future of Networking
Traditional networking architectures are totally ill-equipped to handle such an explosion in demand for network management.
Read more >RAy Microwave Link - 6. Advanced Configuration - Racom
SSH key, SSH key is uploaded from a file. ; SNMP agent, Enabling the SNMP agent to monitor the unit's operation using traditional...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Oh I see what you are trying to do now. You want to use the general supply network environment. If this is not working then there is a bug in registering the environment on our side. I’ll get that fixed tomorrow.
@andrewdcamp I have registered these envs now:
InvManagement-v2
is the backlog version of the general supply network envInvManagement-v3
is the lost sales version of the general supply network envLet me know if you have any issues or further questions.