News:

bookmark Fibsboard to the front page for all the News http://www.fibsboard.com

Main Menu

Repbot

Started by Patti, February 21, 2006, 07:52:15 PM

Previous topic - Next topic

lewscannon

QuoteAm I the only one that takes mookies' comments seriously?
Yes, and you should be very afraid.

burper

Quote
QuoteAm I the only one that takes mookies' comments seriously?
Yes, and you should be very afraid.
Hey, I understood that.

burper

Quoteso if you want to discuss the continued existence of repbot you need to start with that assumption.
And there is an assumption you can let go of. I really wish you would pull the plug already. Your cooperative attitude will no longer be needed, thanks.

gammboy

QuoteWay back there somewhere in the thread someone said 3DFibs was not connected to Repbot, but it is! At least that is what it says when the response window comes up. So 3DFibs would have to be modified for the changes.

No. Although 3DFibs does automatically query repbot and display the results, it gets its saved games count (as displayed on the invite dialog where you click accept or decline) from the fibs.com saved games list.

In the preferences, you can tell it to download a fresh list every time you sign on.

GB

gammboy

QuoteI honestly think that the right fix is to change the code so that you can only generate an opinion of someone within a very short time window after you have played a match with them. While there are rare cases where there could be some value in registering an opinion for someone you've had no 'contact' with, almost all of the haven't-played cases are reputation bombing of some sort.

For what its worth, I see this as a "must have" feature of any new incarnation of repbot.

GB

don

Burper, my show-saved bot was freely available, both for testing and for source.  I think I mentioned it here at least once.  I couldn't leave it up and running because I used methods not supported by my ISP's PYTHON, so I couldn't make it a sleeper.  It's not really very complex, just reads the available data from Patti and regurgitates it in two modes, simple number of saved and a list.  I'll make it available to you if I can find it and if you need it.

It's major innovation for FIBS is ripped off from NOBS, the show player saved function.  In my case it was, I believe, something like "ask DTBot player" and  "ask DTBot list player" or somesuch.  These are objective functions, and IMO more imformative than any subjective complaints, vouches and friends thingies.


--
don
So many string dimensions, so little space time...

burper

QuoteNo. Although 3DFibs does automatically query repbot and display the results, it gets its saved games count (as displayed on the invite dialog where you click accept or decline) from the fibs.com saved games list.
Note that this is less accurate than RepBot, which intersects yesterdays list with todays in order to discard the "started AND finished" matches. It might be worth considering.

The saved games list from fibs is misleading in at least these ways:
-the count includes matches started and finished since the last time the "match file garbage collection" script ran, which is less than 24 hours.
-it counts unlimited matches

A bit akward to implement for a client, and still just a first pass at making the list more accurate.

burper

Quote
QuoteI honestly think that the right fix is to change the code so that you can only generate an opinion of someone within a very short time window after you have played a match with them. While there are rare cases where there could be some value in registering an opinion for someone you've had no 'contact' with, almost all of the haven't-played cases are reputation bombing of some sort.

For what its worth, I see this as a "must have" feature of any new incarnation of repbot.

GB
Note that the RepBot "list" function has always shown an asterisk next to the name of opponents with whom an outstanding savedgame exists. I'm not sure that mitigates anything.

I remember debating with Avi that the 'saved match at the time of complaint' be saved for the life of the complaint and not expire with the saved match on FIBS, but he out-voted me :)

In fact, one might argue that I am more with Patti on that issue than the current hoster of RepBot. Wouldn't that be weird?

burper

QuoteBurper, my show-saved bot was freely available, both for testing and for source.  I think I mentioned it here at least once.  
If I was wrong, I apologize.
Where is it now? I'm not a pythoner myself, but I believe for projects such as this one, you should try to post the code somewhere so that future fibsters who become interested can benefit from it, perhaps long after you have become bored with it. Perhaps webrunner has a place for it here?

NIHILIST

I've felt from day one that RepBot was useless and a tool for abusing players by complaining whether justified or not. And through all the preceeding conversation I haven't seen one post address the area which MIGHT make RepBot valuable.

While RepBot shows the number of saved games  a player has, it doesn't indicate whether the player was WINNING or LOSING the saved matches as Netgammon does. In other words, RepBot does NOTHING to identify the dropper or the droppee. Whether we admit it or not,we tend to characterize a player with lots of saved games as a DROPPER.

I have a ton of saved games, mainly from clowns who think it's great fun to invite me, F-bomb me, then drop. No big deal, as an old client once said, NEVER EXPLAIN, NEVER COMPLAIN. It doesn't seem to keep me from getting invites.

Having said my piece I must admit that RepBot was indirectly responsible for perhaps the single most valuable contribution of all time to the FIBS community..............it got Don banned from FIBS for 6 months.


NIHI
Robert J Ebbeler

gammboy

#90
QuoteWhile RepBot shows the number of saved games a player has, it doesn't indicate whether the player was WINNING or LOSING the saved matches as Netgammon does.

Without access to the FIBS server source code, this is not (as far as I know) possible.  However, consider the following:

>stats NIHolympic

NIHolympic:  (R=1,930.55 / E=8,891): 1,097 wins, 564 losses, 137 resumes. Finished 1,661 matches of a total of 1,770 starts on file, leaving 109 matches unfinished.

A bot that keeps track of match starts and finishes can give a little more insight into a player.  For instance, a bunch of unfinished matches and no resumes is a pretty strong indicator.

GB

NIHILIST

Am I correct in assuming that the UNFINISHED MATCHES total is the number of current saveds and saved matches that were never resumed and disappeared after 3-6 months ?

NIHI
Robert J Ebbeler

burper

QuoteWithout access to the FIBS server source code, this is not (as far as I know) possible.
Its' possible. You could make a bot that use the 'look' command  and analyze them with gnubg.

From a practical standpoint, you couldn't do them all.
You might have this bot look at suspect droppers, i.e. those with lots of complaints.

True, a user could perma-blind this bot, but that would tell you something as well.

As far as privacy goes, you might ONLY look at suspects, and AFTER fair warning, i.e. "probable cause".

gammboy

QuoteAm I correct in assuming that the UNFINISHED MATCHES total is the number of current saveds and saved matches that were never resumed and disappeared after 3-6 months ?

Unfinished matches is the number of starts minus the number of finishes since the beginning of my bot's data collection (June '05).  It is data independent of Fibs' savedgames list.

GB

gammboy

QuoteIts' possible. You could make a bot that use the 'look' command and analyze them with gnubg.

I would think that even keeping simultaneous track of 20 matches would yeild less than satisfactory results.  Missed moves, etc.  Not to mention the load on the server that volume of looks would generate.  So, I agree, it is theoretically possible, but not practical. At any rate, this sounds like more of an admin tool than something for the general user population.

GB

socksey

#95
From Patti,
QuoteI've managed to play on FIBS for well over a decade and never found a need for it, and I don't think I've been dropped in the last 5+ years.

Who would drop Patti?????????? LOL Sorry, but if someone drops you they can be extinct immediately. Am I not correct? Being an administrator has it's perks too!  

socksey <------------still likes Repbot




"I see in the near future a crisis approaching that unnerves me and causes me to tremble for the safety of my countryââ,¬Â¦corporations have been enthroned and an era of corruption in high places will follow, and the money power of the country will endeavor to prolong it's reign by working upon the prejudices of the people until all wealth is aggregated in a few hands and the Republic is destroyed." - Abraham Lincoln

Patti

socksey, I basically don't play live people as myself-- only bots.  I have an account that nobody knows is me, that I use for just playing as a normal user.  No drops, no problems.

don

Burper, I'll ressurect the bot if you are really interested.  As for NIHI's comment, such a bot would be quite simple if the data were available, and is achieved in some form on NOBS, which makes current match situations available via the oldboard command.  I'm not impressed with NIHI's little protest since he's one of the ones who abuses RepBot.  With access to the FIBS database, as is available on saved games thanks to Patti(both numbers of and with whom) bots can provide functionality without actually reprogramming FIBS.  More access = more happy campers, IMO.

--
don
So many string dimensions, so little space time...

socksey

Patti says:
Quotesocksey, I basically don't play live people as myself-- only bots. I have an account that nobody knows is me, that I use for just playing as a normal user. No drops, no problems.

This is getting off the subject a bit, but have we ever played?  Who won?   :rolleyes:

socksey



"Warning Dates in Calendar are closer than they appear." ââ,¬â€œ Anonymous


Patti

Socksey, you've gotta be kidding.  I can barely remember what I had for lunch today, let alone what matches I might have played over the last few years.

People always come up to me at poker tournaments and ask, "Do you remember that hand you played against me last year at ..."  Yeah, right.  After tens of thousands of hands, I'm going to remember one from a year ago?