Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    20 gridworld jobs found, pricing in USD

    ...function or matrix to get the next state given the current state and the action: 3 points - Correct function or code block for choosing a random and valid action, or similar. 3 points - Implement episode iterations, calculate q value and update q matrix correctly : 6 points - Return the correct path of reaching the goal state given Q matrix : 5 points (this means you need to create a concrete gridworld using your implementation and find the solution) Ps: you can set learning rate alpha equal to 1 so as to use the simplest form of q equation : Q(s,a) <-- R(s,a) + gamma* max ( Q'(s',a')) in the homework. Extra Credit: - Show the update of q matrix every N episodes ( You choose N ) : 1 points - Set alpha between (0,1) : 2 points - Implement a simple GUI ...

    $94 (Avg Bid)
    $94 Avg Bid
    1 bids

    Introduction In this Assignment, you will be implementing an agent to move around in a rectangular environment, picking up stones from the land and dropping them in the water, thus building a path to the location of a dangerous sea monster. The final stone must be dropped on the head of the sea monster in order to kill it. In doing this ass...you will be implementing an agent to move around in a rectangular environment, picking up stones from the land and dropping them in the water, thus building a path to the location of a dangerous sea monster. The final stone must be dropped on the head of the sea monster in order to kill it. In doing this assignment, you will implement the basic functions of a simple BDI Agent that operates in a Gridworld, and learn about the ideas underlying B...

    $20 - $167
    $20 - $167
    0 bids

    I want the A* Search Algorithm developed and integrated into a game for a AI bot character. The game is a GridWorld game which I will provide and I also have a template class to provide as well. I would like the source code for this implementation and be able to compile it into a .dll file myself in Visual Studio. Thanks.

    $29 (Avg Bid)
    $29 Avg Bid
    5 bids

    I want an A* Search Algorithm implemented into a GridWorld game. I would like to see the classes and be able to compile it myself into a .dll file to be able to run it in my game.

    $29 (Avg Bid)
    $29 Avg Bid
    5 bids

    single player with computer, java, gridworld.

    $25 (Avg Bid)
    $25 Avg Bid
    4 bids

    use gridworld in eclipse to make

    $93 (Avg Bid)
    $93 Avg Bid
    5 bids

    Use the Gridworld framework to create a new program. It can be a game or a simulation. It can respond to user input or it can run automatically. It should accomplish something significant that we have not previously done with the GridWorld classes. Examples:  Sudoku, KenKen, or other grid‐based number puzzles  Conway’s Game of Life simulator  Sliding number tile puzzle  An adventure game with a non‐scrolling screen (Rogue, Dungelot, etc.)  An adventure game with a scrolling screen (Adventure, Zelda, etc.)  Backgammon, Mancala, or other very different boardgames  Anything you think will be wicked cool that gets prior approval from me. What not to do  Chess  Pac Man, Crossy Road, or Bejeweled  Ataxx or other very similar boardgames  Something you p...

    $29 (Avg Bid)
    $29 Avg Bid
    2 bids

    This is an small project which involves an small python framework which generates a gridworld with an agent that moves trough the gridworld trying to find a goal. I need to implement 2 algorithms: QLearning ~sutton/book/ebook/ and Sarsa ~sutton/book/ebook/ It should not take more than a couple of hours for an experienced developer. Message me or contact me for the project, and I will send you the files if you want to assess the work before making an offer. I would need the work to be done within 8-10 hours.

    $78 (Avg Bid)
    $78 Avg Bid
    6 bids

    This is an assignment to implement a couple of algorithms in an small framework of 4 files (agents, enviroments, and displaying the information) sarsa ~sutton/book/ebook/ and qlearning ~sutton/book/ebook/ And some code is provided to generate graphs. I would need it done by today (in around 10 hours) All the information and files will be provided if you want to ask about it.

    $7 - $22
    $7 - $22
    0 bids

    use gridworld in eclipse to do this.

    $129 (Avg Bid)
    $129 Avg Bid
    2 bids

    use gridworld in eclipse to make a 2048 game or other grid‐based number puzzles.

    $127 (Avg Bid)
    $127 Avg Bid
    15 bids

    java, gridworld, if have any question, context me on the website

    $126 (Avg Bid)
    $126 Avg Bid
    4 bids

    Hello, I need someone to write a small java game project for me within one day. The game is similar to Matching Puzzle game, and I have a similar solution which you just need to re-write it into the form required. P.S. The software we are using is Ellipse with pakage GridWorld.

    $65 (Avg Bid)
    $65 Avg Bid
    5 bids

    Hello, I need someone to write a small java game project for me within two days. The game is similar to Matching Puzzle game, and I have the solution (if you needed for convenience) for re-writing it into the form required. P.S. The software we are using is Ellipse with pakage GridWorld.

    $35 (Avg Bid)
    $35 Avg Bid
    1 bids

    For this project I need a similar map to be completed. Attached below. I would only like the grid to be colored and have the same design layout, if possible. The car and trees aren't necessary to put in.

    $25 (Avg Bid)
    $25 Avg Bid
    1 bids

    Hello! I am a student who was forced to take a computer science course. To pass the course I must create a program that uses the GridWorld Case Study for Java. Since I know little to nothing about code and don't like coding I don't know where to start for this course. I need to pass the course so I need your help. this is a VERY simple project, probably wouldn't take longer than a day, so it's very easy money. Options for games types include: Minesweeper Battleship Chess Checkers TrafficJam Tetris And anything you can think of!! I really need some help with this, I don't have very much time before it's due. I'm willing to pay for good work, but being a student, I don't have a large budget. I repeat however, this would be very simpl...

    $122 (Avg Bid)
    Urgent
    $122 Avg Bid
    18 bids

    Hello, my daughter is taking an AP Computer Science course. She needs home work help with her basic java programming. Can you help? I'm willing to pay your hourly rate. I will probably need 2 or 3 hrs per week. Following is an example of her Lab P1 CnSaturday, August 13, 2011n3:25 PMnnn1. Open your bugrunner code file. Change the class name to...Bug()); // change this line so that it will take in a Locationn// (new Location (rowvariable, colvariable), new Bug());nn//prompt for input for row and col of rock (new Rock());nn//Add 1 more rock and 1 more bug. ();nn}n}nnnnn6. You should have 4 sets of inputs to add 2 Bugs and 2 Rocks to GridWorld.nn7. Copy and paste your code into onenote as a subpage of the Gridworld Lab p1 C project.n

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    1 bids

    Hello, I need the Gridworld case study in Java modified with the following conditions: (1) Add a class JumpingBug, that can jump over obstacles like rocks, instead of just turning around them (2) Add a class LeftBoxBug, that turns to the left to make boxes (3) Add a class LighterFlower, that lightens its color with time (4) Fix the ChameleonCritter code, so that it first moves to an adjacent neighbor, then takes on the color of that neighbor, instead of taking on a random color, then moving in a (possibly different) random direction, and ending up next to a neighbor of a different color More challenging... (5) Add a class BugEatingFlower, which is a type of flower that can eat bugs (6) Add a class MakeMoreCritter, that can make more critters (need to have a boy and...

    $109 (Avg Bid)
    Featured Urgent
    $109 Avg Bid
    4 bids

    ...0.1 and a discount rate of 0.9. The programming should be done in MATLAB. Students may get access to MATLAB here. Alternatively, students may code in Python (using Numpy). If the student would rather code in a different language, please see Dr Platt or the TA. Students should submit their homework via email to the in the form of a ZIP file that includes the following: 1. A PDF of a plot of gridworld that illustrates the policy and a path found by Q-learning after it has approximately converged. The policy plot should identify the action taken by the policy in each state. The path should begin in the start state and follow the policy to the goal state. 2. A PDF of a plot of reward per episode. It should look like the diagram in Figure 6.13 in SB. 3. A text file showing output...

    $31 (Avg Bid)
    $31 Avg Bid
    2 bids

    Hey all, I'm working on the game Othello (see: ) for Java SE 6.0 using the GridWorld engine and need someone to code an isValidMove method (to tell if, given a piece, a move in a certain direction is valid). The rest of the code will be provided - you just need to code the isValidMove method. Looking to get this done quickly and will pay accordingly. Again, the game is run on the GridWorld engine (). Thanks.

    N/A
    N/A
    0 bids