Hi!
I installed the Zephyr standalone application for MAC OS X 64bits, then installed the RLPark plug-ins in Zephyr following the guidelines provided (In the menu, go to:
Help -> Install New Software...) But the Demo menu does not appear! Also, from command line, I can only run the demos for SarsaMountainCar and
ActorCriticPendulum
. The other 2 demos
OffPACContinuousGridworld
and
QLearningMaze
produce exceptions.
Exception in thread "main" java.lang.NoClassDefFoundError: rlpark/example/demos/learning/OffPACContinuousGridworld
Caused by: java.lang.ClassNotFoundException: rlpark.example.demos.learning.OffPACContinuousGridworld
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Thanks, and best regards,
Hung Ngo