Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
I feel the intention of this kata was to solve it as a reinforcement learning task but most of the solutions have taken an straight approach. In my opinion Actions list should be not fixed so the algorithm must adapt itself to give the correct solution.
Apart from this the description of the problem makes it difficult to understand.
Anyway I like it very much as it has some similarities to tipical bandit problems of Reinforcement Learning.
It looks like a cache issue.
Now it appears correctly.
Thanks guys!!!
that's only one of those two things:
All your points are there and they always have been ;)
You encountered exactly the same issue as Toni_Mori below.
Sometimes it happens that when you solve a kata your points are correctly awarded, they get updated on the front end (that's why you see they rise), but backend cache fails to update - that's why they seem to disappear after refresh or navigation to other page. But it's related only to caching: your points are still there, and after some time, when cache expires, they will appear. You can also force recalculation of the cache by any action which modifies your honor: solve a white kata, or re-cast some satisfaction vote. It usually triggers recalculation of the cache and updates your points, making the missing ones to appear.
BTW a blue kata is worth 2 general points for solving a kata + 30 points for the blue rank + eventually 1 point for vote.
Hi, similar to the previous post. I submitted Kata Simple Fun #27: Rectangle Rotation - 4 Kyu. My points went over 800 I checked other solutions for a while and now I realized that they went down to 775 points. Simple fun suposedly is a 4 KYu (55 points Kata). Now I have the feeling that something similar happended with other recent Katas. It looks like the U2 song "Stuck in a moment"
Did this get resolved? Seeing the same on my side.
Hi,
I passed the test but the attemp failed with message "Should return expected results"
I compared my results and the expected results and are completely the same in a Spreadsheet compare.
No spaces in my solution.
How to act when you think there could be an error in the testing Unit?
I'm quite new in Codewars.
Thks