mirror of
https://github.com/wassname/DeepRL.git
synced 2026-08-23 11:50:41 +08:00
5 lines
104 B
Python
5 lines
104 B
Python
from config import *
|
|
try:
|
|
from tf_logger import Logger
|
|
except:
|
|
from vanilla_logger import Logger |