MatthewJA / Inverse-Reinforcement-Learning

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

IRL large state space #5

Open spruzzer opened 6 years ago

spruzzer commented 6 years ago

I would like to ask you if you can list some references in order to understand how you formulated the block matrix form of the linear program for solving large state space problem according the paper by Ng. I am missing how you treat the function p(x) = x if x>0 or 2x if x<0 that is part of the objective function.

fateme1373 commented 3 years ago

i did this optimization in gams, is there anybody who knows how it is possible in python?