Package stanfordlogic.jocular.game.rlgamer

Examples of stanfordlogic.jocular.game.rlgamer.SkeletonAgent


    protected void setupInitialState()
    {
        super.setupInitialState();
       
        // Create the Agent
        theAgent = new SkeletonAgent();
        theEnvironment = new SkeletonEnvironment();
        RLGlue.setGlue(new LocalGlue(theEnvironment,theAgent));

        /* We could also start over and do another experiment */
        RLGlue.RL_init();
View Full Code Here

TOP

Related Classes of stanfordlogic.jocular.game.rlgamer.SkeletonAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.