laermannjan / nip-deeprl-project

Student project in deep reinforcement learning with the OpenAI Gym. We evaluated and analyzed how different model architectures performed as agents in various games.
0 stars 0 forks source link

Reevaluate custom_train.py #4

Closed laermannjan closed 7 years ago

laermannjan commented 7 years ago

There seem to be some inconsistencies. Some means and such get calculated unnecessarily often or at the wrong point of the procedure.

Maybe also revamp script into something like class Trainer

laermannjan commented 7 years ago

Fixed in 727a3b9