Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2020
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. We are writing a simple game AI for guiding our `Jane` the dynamic programmer to jump through a set of levels to reach a target level by taking
  2. courses in dynamic programming.
  3.  
  4. The levels positions are numbered 1, ... , n. The character starts at level 1 and the goal is to reach level n (where she becomes
  5. a d.p. ninja) and thus aces CSCI 3104.
  6. After taking a course, she can choose to move up by 1, 4, 5 or 11 levels forward at each step. No backward jumps are available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement