Research




Emilian Paşcalău's page has been moved to a new location.

Research Interests

  • Agents modeling, execution and simulation
  • Cognitive and logic aspects in intelligent agents
  • Cognitive Systems
  • Semantic Web
  • Intelligent agents in Semantic Web

Projects

I am involved in:

Personal Projects


QLBeerGame

Adding QLearning algorithm to MIT Beer Game

Requirements

Installation Notes

  • install the Java development platform.
  • install Jboss Application Server with EJB3 support
  • install MySQL Server
  • set up into HOME_PATH, JAVA_HOME, JBOSS_HOME, MySQL_HOME
  • copy the MySQL JConnector to JBOSS_HOME/server/default/lib
  • copy the JFreeChart library to JBOSS_HOME/server/default/lib
  • create the DB using the included SQL script
  • deploy the application into the JBOSS_HOME/server/default/deploy directory and also the datastore XML file for the application
  • XML datastore file is found in sources archive: src/resources/Beergame-ds.xml

Known Issues:

  • Trying to run a normal test after running a QLearning test, will throw exception.
    Bypass by restarting the JBoss server