Sergio Valcarcel
unread,Jul 28, 2013, 6:29:25 AM7/28/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to github...@googlegroups.com
Hi all!
First of all, thanks for making available all this excellent work!! :-)
I want to use RLPark for solving the Puddle World with multiple cooperating agents.
As a first step, I am trying to run the Puddle World example, but I get the following error message:
$ java -cp rlpark.jar rlpark.example.demos.learning.OffPACPuddleWorld
Exception in thread "main" java.lang.ClassCastException:
rlpark.plugin.rltoys.agents.offpolicy.OffPolicyAgentDirect cannot be
cast to rlpark.plugin.rltoys.agents.offpolicy.OffPolicyAgentFA
at rlpark.example.demos.learning.OffPACPuddleWorld.<init>(Unknown
Source)
at rlpark.example.demos.learning.OffPACPuddleWorld.main(Unknown Source)
Is that normal? Could you give me a hint where to debug?
Other examples, like "java -cp rlpark.jar
rlpark.example.demos.learning.QLearningMaze" work fine.
Thank you very much!
Best
Sergio