flowersteam/explauto

sensorimotor model I/O mapping

Closed this issue · 2 comments

x75 commented

from a quick check it appears to me that explauto explicitly assumes a fixed starting state or, equivalently, kinematic motion?

explauto: m -> FWD -> s_{t+1}, s_{t+1} -> INV -> m

desired: (s_t, m) -> FWD -> s_{t+1}, (s_t, s_{t+1}) -> INV -> m) with (): vector concatenation

could this be done in a minimally invasive manner?

Hi,

This feature has recently been added in Explauto.
I described it in this notebook.

You are welcome to test it with your own environment, and to report any trouble or bug you might encounter!

Best,

x75 commented

ah, tres cool. back at it .. :)

👍