actions are now checked by string

This commit is contained in:
steffen-illium
2021-06-07 16:52:06 +02:00
parent 2589a06d02
commit 62c141aa1c
3 changed files with 26 additions and 28 deletions

@ -85,8 +85,8 @@ def compare_runs(run_path: Path, run_identifier: int, parameter: Union[str, List
if __name__ == '__main__':
compare_runs(Path('debug_out'), 1623052687, ['step_reward'])
exit()
# compare_runs(Path('debug_out'), 1623052687, ['step_reward'])
# exit()
from stable_baselines3 import PPO, DQN, A2C
from algorithms.reg_dqn import RegDQN