You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
allenact/allenact/algorithms/onpolicy_sync/storage.py", line 187, in initialize
for key in self.memory_specification:
TypeError: 'NoneType' object is not iterable
Desktop
Please add the following information:
OS: Ubuntu 16.04.5
AllenAct Version: master
The text was updated successfully, but these errors were encountered:
@hai-h-nguyen Thanks for letting us know. I think the edge case of agents without memory is not correctly handled after the refactoring of the storage module. It should be an easy fix.
Problem
Exception when running gym_mujoco_tutorial:
Steps to reproduce
Steps to reproduce the behavior:
PYTHONPATH=. python allenact/main.py gym_mujoco_tutorial -b projects/tutorials -m 8 -o experiment_output/mujoco -s 0 -e
Desktop
Please add the following information:
The text was updated successfully, but these errors were encountered: