I´m trying to run a Python script (main.py) located on a virtual server (IP xxx.xxx.x.xx / Port). I´m running tests at my local machine on Java with Py4j, which as I´ve found runs on Python 3.11 (my Python version on Virtual Server).
Does anyone have an idea how can i program it. I just need to start the script. It´d be also nice to be able to pass some parameters (but not a requisite). These Parametera are trainAgent(int,bin,bin).
For local dependencies on Jave, I have Gradle.
I don´t get why it connects to local sockert. Response from console:
Connected to the target VM, address: ‘127.0.0.1:53300’, transport: ‘socket’
Any help would be much apreciated.
Javier Castillo is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.