cave master

Kami
Posts: 10
Joined: Wed May 04, 2011 7:48 am

Post by Kami »

Damn, "'You were too slow at 3034 moves!' is incorrect." isn't even close... :P
"'You were too slow at 1990 moves!' is incorrect.". I'm on the right way... :)
1875 -> Yes! :D

This challange was real fun!
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

'You were too slow at 2077 moves!' is incorrect.

Dammit :)

Is everybody else also getting "503 Service Temporarily Unavailable" errors from time to time, or is that just me?
User avatar
dangermouse
Posts: 89
Joined: Sun Jun 05, 2011 8:14 pm
Location: deep space computing AG
Contact:

Post by dangermouse »

If my warrior gets 503 it waits one minute and then retries... Also implementing a performance indicator is good to judge different strategies. Best is to apply the cybernetic principle :wink:
Sliver18
Posts: 1
Joined: Wed Oct 12, 2011 8:00 am

Post by Sliver18 »

NOOOOOOO! End boss slayed at 1901 moves! NOOOOOO!
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Sliver18 wrote:NOOOOOOO! End boss slayed at 1901 moves! NOOOOOO!
In my opinion, in such a case the website should just give you the benefit of the doubt and accept this.

A program that can achieve a turncount of 1901 can certainly also achieve a turncount of 1899, if you just run it often enough, what with the RNG variation that is in place here.

Running the same program repeatedly is just a pointless exercise, and puts unnecessary stress on the servers. The server load is already high enough, what with the 503 errors that keep happening with this challenge.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

But then you get the same problem with "End boss slayed at 1902 moves! NOOOOOO!" - you have to have an arbitrary cutoff somewhere, and it might as well be here.
There is no spoon.
AMindForeverVoyaging
Forum Admin
Posts: 496
Joined: Sat May 28, 2011 9:14 am
Location: Germany

Post by AMindForeverVoyaging »

Yeah well. If the server was super fast and there were not issues with it, then sure, run the same program a hundred times till you get the proper result.

Under ideal circumstances, you are right.
User avatar
laz0r
Posts: 290
Joined: Thu Feb 04, 2010 4:18 pm
Location: Within the depths of Unix

Post by laz0r »

AMindForeverVoyaging wrote:Yeah well. If the server was super fast and there were not issues with it, then sure, run the same program a hundred times till you get the proper result.

Under ideal circumstances, you are right.
Under any circumstances, I am right - increase the limit and you get exactly the same problem, it's just that the challenge has become easier. I could encapsulate both halves of the problem in two analogies: "Oh no, my solution to King Mouse is 30 characters long - if only the limit had been one greater!", and "Oh no, my answer to Anybody Out There doesn't seem to be accepted - getting all that data off the server for nothing puts undue load on it!"
Anyway, all these challenges being made by adum, the one who manages the server, I think they're fine.
Algorithm improvement is better than "run again and hope" - it's an exercise in balancing the time cost of levelling up with the associated ability improvement.
Full disclosure: I got Cave Master in about 1920 the first time I tried it, IIRC.
(I suspect my mind's not going to be changed easily, and I've got emotionally attached to my point of view, so I'm not going to argue any more)
There is no spoon.
aurora
Posts: 54
Joined: Thu Feb 05, 2009 12:31 pm
Location: Bavaria, Germany

Post by aurora »

mmm ... maybe this challenge got stronger? my bot almost immediately dies, if user-level is only one higher then current level. however, i think it's just a matter of finding the right parameters to begin with and maybe adjust during runtime ... nevertheless, in my opinion it's fun to optimize the bot :)
aurora
Posts: 54
Joined: Thu Feb 05, 2009 12:31 pm
Location: Bavaria, Germany

Post by aurora »

mmm ... i managed to beat the master in 1891 steps. i've logged the html to a log file, but there does not seem the be the name of the monster in the html? it just tells me to "return to collect the prize" ... :(
aurora
Posts: 54
Joined: Thu Feb 05, 2009 12:31 pm
Location: Bavaria, Germany

Post by aurora »

aurora wrote:mmm ... i managed to beat the master in 1891 steps. i've logged the html to a log file, but there does not seem the be the name of the monster in the html? it just tells me to "return to collect the prize" ... :(
nevermind ... just had to scroll a little bit in my log-file :oops:
Tabun
Posts: 17
Joined: Wed Feb 05, 2014 12:21 pm

Post by Tabun »

1814 ..
User avatar
Hippo
Posts: 339
Joined: Sat Feb 01, 2014 12:05 am
Location: Praha 5

:)

Post by Hippo »

My attempts failed till I wrote version which makes statistics what happens ... to understand the rules.

The main problem for this and cavern challenge were the ?name= &spw= required interface not to get "not logged in" message ... thanks the forum ;)

I had a feeling that pending just on neighbours of stairs let you wait for monsters longer than walking through all the places, but I did not check that at statistics. So I walked in "2N" pattern till I decided to go down when I chosen shortest way to the already remembered stairs position (if known).

Just the decision when to go down, when use which potion ... ;),
btw: I just logged the statistics, but I solved the puzzle before actualy making a research on it ... so I don't understand the weapons ...
metamilo
Posts: 3
Joined: Thu Sep 03, 2015 11:07 pm

Post by metamilo »

I barely needed to modify my code from cavern master since it was averaging 76.88 moves per level out of the box.


some hints / things to note: (all are kinda self explanatory)

- you need to average less than 76 moves per level (1900 moves / 25 levels)

- try over-leveling your character early, it may save you moves later when fighting monsters since it will take fewer hits to kill them.

- when you find the stairs down, stay in adjacent spaces so you can move on quickly after meeting your level requirement for moving on.
He who throws mud loses ground.
Post Reply