PILCO icon indicating copy to clipboard operation
PILCO copied to clipboard

Use Matlab's implementation to train OpenAI gym tasks

Open nrontsis opened this issue 5 years ago • 1 comments

This will allow easier debugging and comparison between the two implementations.

nrontsis avatar Oct 23 '18 16:10 nrontsis

Calling python from Matlab is very limited (see also here), so the best way would be for Python to make multiple calls to Matlab, in the same way we do in the current unit tests.

This should be quite straightforward.

nrontsis avatar Oct 23 '18 20:10 nrontsis