I will be working on an implementation of DQNs and recent extensions from Google DeepMind in Caffe.
For this I will write a simulator (in place of the Atari emulator) for creating training experiences for the agent.
My question is:
Which of the Matlab or Python interfaces to Caffe is the most mature and well functioning?
Any other considerations for choosing between Python and Matlab for this task?
It should be noted that I'm much more experienced with Python development than with Matlab development (apart from using it as a tool for math classes etc.), however a team I'm collaborating with seems to mostly use Matlab.