Dec 13, 2023
Thank you for your kind comment! :)
The Java compiler generates byte code in a binary format which is then translated into machine code at runtime by the Java virtual machine (JVM).
The same goes for Python being converted to Byte code, and this being later executed.
These low level instructions can be targeted and I feel that it is all about designing the right RL games to find these optimisable patterns.