moving options policy to policies, commenting options image, and making the calls to train more flexible

This commit is contained in:
Arec
2021-10-21 05:59:28 -07:00
parent 45a99978e4
commit 05b31092f4
3 changed files with 174 additions and 48 deletions

View File

@@ -1 +1,2 @@
from src.policies.policy import IntersimPolicy, IntersimStateNet, IntersimStateActionNet, generate_transforms
from src.policies.options import OptionsCnnPolicy