You're ready for this if you already know basic DP. You can solve Fibonacci, coin change, and / knapsack without help. You understand memoization and tabulation.
If those problems still confuse you, go back to the Dynamic Programming roadmap to build the foundations first.