VinF / deer

DEEp Reinforcement learning framework
Other
485 stars 126 forks source link

use mode to choose between train or test #82

Closed aaspeel closed 3 years ago

aaspeel commented 3 years ago

In agent.py, the function run() call _run_train() if the agent is in training mode; and call _run_non_train() if not.