Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rademacher-p committed May 25, 2022
1 parent a80f2f6 commit f708c61
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 2,597 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The `mdp` subpackage implements the scheduling problem as a Markov decision proc
learning. Scheduling environments are provided in `mdp.environments`, following the
[OpenAI Gym](https://gym.openai.com/) API. The primary `Env` class is `Index`; this environment uses single task
assignments as actions and converts the scheduling problem (tasks and channel availabilities) into observed states,
including the status of each task. The `mdp.supervised` subpackage provides scheduler objects that use policy
including the status of each task. The `mdp.supervised` submodule provides scheduler objects that use policy
networks (implemented with [PyTorch](https://pytorch.org/)) to learn from these environments. The `mdp.reinforcement` submodule provides schedulers that implement and use agents from [Stable-Baselines3](https://stable-baselines3.readthedocs.io/en/master/); also included are special policies for Actor-Critic and DQN that enforce valid actions throughout the MDP episode.

### Evaluation
Expand Down
Binary file removed models/imitate_c1t8.pkl
Binary file not shown.
Binary file removed models/sl_c1t8.env
Binary file not shown.
Binary file removed models/sl_c1t8.pth
Binary file not shown.
357 changes: 0 additions & 357 deletions task_scheduling/_deprecated/_run_limit.py

This file was deleted.

Loading

0 comments on commit f708c61

Please sign in to comment.