akataba / rl-repo

Contains different reinforcement learning models
3 stars 3 forks source link

Better saving and loading of env transitions #27

Closed Farquhar13 closed 8 months ago

Farquhar13 commented 9 months ago

With changes to save_env_transitions, certain analysis files are no longer working correctly.

Examples files that will no longer work on newly saved data:

These files no longer work because actions and unitaries are now saved as strings, whereas before they were saved as flattened numerical values.

To resolve this issue, implement a more robust method for saving and loading environment transition data and implement it universally throughly the codebase.

Farquhar13 commented 8 months ago

Addressed by #29