jbloomAus / DecisionTransformerInterpretability

Interpreting how transformers simulate agents performing RL tasks
https://jbloomaus-decisiontransformerinterpretability-app-4edcnc.streamlit.app/
MIT License
61 stars 15 forks source link

Fixed error with recent gridmaps #92

Closed JayBaileyCS closed 11 months ago

JayBaileyCS commented 11 months ago

Fixed an error where abs_col_max was being passed as both a default and a keyword argument.

Before: image

After: image

JayBaileyCS commented 11 months ago

These are fine now, so I assume they were fixed at some point.