numenta / nupic.embodied

GNU Affero General Public License v3.0
6 stars 6 forks source link

Small fixes and some comments and logging for debiggung speed issue #30

Closed vkakerbeck closed 3 years ago

vkakerbeck commented 3 years ago

I fixed a few small conversion problems, mostly related to wandb logging and the PPO version. I also added a few more print statements and comments for where we can improve speed. One speed improvement was to use the slicing that is already used in dynamics.calculate_loss() in dynamics.predict_features(). I merged these two functions and call it predict_features for clarity everywhere now.