This is a reminder-to-self request:
An interpreter module should use one of several supported interpreters to run a script file given by a parameter. First language to support should be python, but others could be implemented later, like javascript.
Some IO hooks need to be defined to let data flow in and out of the script.
Such a module should hopefully make it easier to use resources like the OpenAI gym, or integrate with TensorFlow etc.
This is a reminder-to-self request: An interpreter module should use one of several supported interpreters to run a script file given by a parameter. First language to support should be python, but others could be implemented later, like javascript. Some IO hooks need to be defined to let data flow in and out of the script. Such a module should hopefully make it easier to use resources like the OpenAI gym, or integrate with TensorFlow etc.