Skip to content

A Network Environment to Test Reinforcement Learning Techniques

Notifications You must be signed in to change notification settings

mshokrnezhad/ReNet

Repository files navigation

ReNet

A network environment to test reinforcement learning techniques.

The environment includes:

  • NETWORK:

  • REQUEST:

    • CLASS: ./request/REQUEST.py

    • How to run: ./main_request.py

    • How to config: ./request/config.py

  • SERVICE:

    • CLASS: ./service/SERVICE.py

    • How to run: ./main_service.py

    • How to config: ./service/config.py

  • ENVIRONMENT: The primary environmental class. You can get the state, update it by passing action, and reset the environment from here. It contains NETWORK, SERVICE, and REQUEST.

    • CLASS: ./service/ENVIRONMENT.py

    • How to run: ./main_environment.py

About

A Network Environment to Test Reinforcement Learning Techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages