Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RL_Schedular

Running modules ✅

Most scripts in src/ are intended to be run as modules from the project root. For example:

python -m src.schedulers.fcfs

Running a .py file directly (for example python src/schedulers/fcfs.py) can cause imports to fail because Python won't treat src as a package. If you prefer, you can also add src to PYTHONPATH or install the package in editable mode:

# PowerShell
$env:PYTHONPATH = "C:\path\to\RL_Schedular\src"
python -m src.schedulers.fcfs

# Or install editable
pip install -e .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages