Package net.javlov.world

Examples of net.javlov.world.GoalBody


   
    rf = new GridRewardFunction();
    world.setRewardFunction(rf);
    world.addCollisionListener(rf);
   
    GoalBody goal = new GoalBody(525, 125);
    goal.setReward(0);
    world.addFixedBody(goal);
  }
View Full Code Here

TOP

Related Classes of net.javlov.world.GoalBody

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.