MatthewJA / Inverse-Reinforcement-Learning

Implementations of selected inverse reinforcement learning algorithms.
MIT License
957 stars 238 forks source link

Feature matrix #8

Open pparas007 opened 5 years ago

pparas007 commented 5 years ago

Can you give some points on how you designed the feature matrix? You kept it as 25*25 (in case of Gridword), where each state is represented separately. According to my understanding, states have to be grouped together according to their characteristics (eg. goal state, ground states, puddles states etc). Then why did you characterized each state separately?