ImprovedParticleFilteringforPseudo-UniformBeliefDistributionsinRobotLocalisationDavidBuddenandMikhailProkopenkoInformationandCommunicationsTechnologiesCentre,AdaptiveSystemsCommonwealthScienticandIndustrialResearchOrganisation(CSIRO)POBox76,Epping,NSW2121,Australia{david.
budden,mikhail.
prokopenko}@csiro.
auAbstract.
Self-localisation,ortheprocessofanautonomousagentde-terminingitsownpositionandorientationwithinsomelocalenviron-ment,isacriticaltaskinmodernrobotics.
Althoughthistaskmaybeformallydenedasasimpletransformationbetweenlocalandglobalco-ordinatesystems,theprocessofaccuratelyandecientlydeterminingthistransformationisacomplextask.
Thisisparticularlythecaseinanenvironmentwherelocalisationmustbeinferredentirelyfromnoisyvisualdata,suchastheRoboCuprobotsoccercompetitions.
Althoughmanyeectiveprobabilisticltersexistforsolvingthistaskinitsgen-eralform,pseudo-uniformbeliefdistributions(suchasthosearisingfromcourse-grainobservations)exhibitpropertiesallowingforfurtherperfor-manceimprovement.
ThispaperexplorestheRoboCup2DSimulationLeagueasonesuchscenario,approximatingthearticiallyconstrainednoisemodelsasuniformtoderiveanimprovedparticlelterforself-localisation.
Thedevelopedsystemisdemonstratedtoyieldfrom38.
2to201.
3%reductioninlocalisationerror,whichisfurthershownascor-respondingwitha6.
4%improvementingoaldierenceacrossapproxi-mately750games.
Keywords:Robotics,localisation,particlelter,robotsoccer.
1IntroductionTheRoboCup2DSimulationLeagueincorporatesanumberofcriticalchal-lengesintheareasofarticialintelligence,machinelearninganddistributedcomputing[6,9].
Theseinclude,butarenotlimitedto:–Distributedclient/servermodel,introducingthechallengesoffragmented,localisedandimpreciseinformation(bothintermsofnoiseandlatency)abouttheenvironment[8].
–Asynchronousperception-actionactivity,andalimitedwindowofopportu-nitytoperformadesiredaction[5].
–Nocentralisedcontrollersorcentralworldmodel,resultinginalackofglobalvisionorlocalisationinformation[10,11].
S.
Behnkeetal.
(Eds.
):RoboCup2013,LNAI8371,pp.
385–395,2014.
cSpringer-VerlagBerlinHeidelberg2014386D.
BuddenandM.
ProkopenkoThispaperfocusesonthenalpoint;specically,howtoinferlocalisationin-formationfromnoisyobservationsoftheenvironment.
Initssimplestform,thetaskoflocalisation(particularlyself-localisationofanagent)canbeviewedasaproblemofcoordinatetransformation[13];specically,determiningthetransformationbetweentheagent'slocalcoordinatesystemandtheenvironment'sglobalcoordinatesystem.
Knowledgeofthistransformationallowstheagenttoconsiderglobalfeatures(suchasuniquemarkersandgoal-posts)withreferencetoitsowncoordinateframe,facilitatingnavigationandexecutionofmorecomplexbehaviours.
Knowingthepositionandorientationofanagentisbothsucientandneces-saryfordeterminingthiscoordinatetransformation.
AstheRoboCup2DSim-ulationLeaguedoesnotprovideeachagentwithglobalvisioninformation,thepositionandorientationmustbeinferredfromobservinguniqueandstation-arymarkerswithintheenvironment.
Inatraditionalroboticsscenario,theagentemploysphysicalsensors(suchascamerasorrange-nders)andcom-putervisiontechniques[3,4]toinfertherelativepositionandorientationofsuchmarkers.
Theseobservationstypicallycorrespondwithawell-denedGaussianerror,allowingfortheeectiveapplicationsofKalmanandparticlelteringtechniques[12,13].
Althoughtheneedforimageprocessingisremoved,theRoboCup2DSim-ulationLeagueintroducesanumberofuniquechallengestothetaskofself-localisation.
Particularly,thearticialobservationalnoiseintroducedbytheserverisnon-Gaussian(andapproximatelyuniformwithinwell-denedradialregions).
Theremainderofthispaperpresentsaformaldenitionoftheapprox-imatepositionalerrorregiongivenanarbitrarynumberofobservations,anddescribesamodiedparticlelterthatemploysknowledgeofthenoisemodeltoincreaseself-localisationaccuracy.
Alinearapproximationstepisintroducedtoreducethealgorithm'stimecomplexity,withthenalperformanceresultscomparedtothewell-knownagent2DimplementationdevelopedbyAkiyamaet.
al.
[1].
2ParticleFilterTheparticlelterisanonparametricimplementationoftheBayeslter,wheretheposteriordistributionbel(xt)isapproximatedbyasetofrandomstatesam-ples(particles)drawnfromthisposterior[13].
Concretely,thesetXtofMpar-ticlesaredenotedXt=x[1]t,x[2]tx[M]t,whereeachparticlex[m]t(1≤m≤M)isaninstantiationofthestateattimet.
SuchparticlesareproportionaltotheBayeslterposteriordistributionx[m]tbel(xt)=p(xt|z1:t,u1:t),wherez1:tisthesetofallpreviousobservationsandu1:tthesetofallpreviousactions.
Conceptually,theparticlelterconsistsofthefollowingsteps[13]ImprovedParticleFilteringforPseudo-UniformBeliefDistributions387Algorithm1.
particleFilter(Xt1,ut,zt)Xt=Xt=form=1.
.
.
MdoSamplex[m]tp(xt|ut,x[m]t1)w[m]t=p(zt|x[m]t)Xt=Xt+x[m]t,w[m]tendforform=1.
.
.
Mdodrawiwithprobability∝w[i]taddx[i]ttoXtendforreturnXt1.
Actionupdate:SampleMparticlesXt=x[1]t,x[2]tx[M]tatrandomfromthestatetransitiondistributionp(xt|z1:t,u1:t).
Theseparticlesformanonparametricapproximationofbel(xt),wherebel(xt)=p(xt|z1:t1,u1:t)isthepredictionposteriorbeforeconsideringobservationzt.
2.
Calculateweights:Calculateanimportancefactor(weight)w[m]t=p(zt|x[m]t)foreachparticlex[m]tgivenobservationzt.
Addeachweightedparticlex[m]t,w[m]ttothetemporaryparticlesetXt.
3.
Resample:DrawMparticles(withreplacement)fromXtandaddtotheparticlesetXt.
Theprobabilityofdrawingtheparticlex[m]tisproportionaltothecorrespondingweightw[m]t,andoftenresultsintheinclusionofduplicateparticles(andconsequentexclusionofparticleswithlowimportanceweight).
SimilarlytotheBayeslter,theparticlelterrecursivelycalculatestheposte-riorbel(xt)Xtfromthepriorbel(xt1)Xt1byconsideringtheobservationztandactionutattimet.
AbasicimplementationparticleFilter(Xt1,ut,zt)ofsuchaparticlelterisdenedinAlgorithm1.
3ProblemModelAsdescribedinSec1,alackofcentralisedcontrollersoracentralworldmodelwithintheRoboCup2Dsimulationleagueresultsinalackofglobalvisionorlocalisationinformation.
Agentsarethereforerequiredtoself-localisebyobserv-ingthepositionsofanumberofuniquelyidentiablemarkers,asillustratedinFig.
1.
Thesoccerserverthenintroducesarticialnoisetoeachobservation.
Thissectionprovidesaconcretedenitionofthiserrormodel,aswellasderivingtheapproximatedself-localisationerrorthatresultsfromNmarkerobservations.
3.
1Non-gaussianObservationNoiseAsdescribedinSec.
1,anagentrinaRoboCup2DSimulationLeaguesce-narioself-localisesbyobservinganumberofxedmarkersm[n],withtheglobal388D.
BuddenandM.
ProkopenkoFig.
1.
Visualisationofanagentrmakingobservationsr[n]mofmarkersm[n].
Thesoccerserver[6]introducesnoise(asdenedin(3.
1))toeachobservation,resultingintheself-localisationerrormodeldenedinSec.
3.
2.
positionofeachmarkerknownapriori.
Ifrwereabletomakenoise-freemea-surementsoftheenvironment,asingleobservationofanysuchmarkerwouldresultinzerolocalisationerror.
Instead,thesoccerserver[6]introducesarticialnoisetoeachobservation,suchthatthenoisemagnitudeisproportionaltotheactualdistancebetweenagentandmarker.
Inatraditionallocalisationproblem,suchnoisecouldbeaccuratelymod-eledbyaGaussiandistributionN(rm,σ)centeredabouttheobservedmarkerlocationrm,allowingfortheimplementationofwell-knownKalmanorparticlelteringtechniques[12,13].
ThesoccerserverinsteadimplementsamorecomplexnoisemodelNs(d,Δ1,Δ2),involvingthequantisationofexponentialterms[6].
Concretely,Giventheactualdistancedofanagentfromanobservedmarker,thenoisydistancedcommunicatedbytheservertotheagentisdenedasNs:d→d=QeQ(log(d),Δ1),Δ2,whereΔ1andΔ2representthequantisationstepsizes(setto0.
01and0.
1respectively),andthequantisationfunctionQisdenedasQ(x,y)=yxy.
Althoughthenonparametricnatureofaparticlelterissuitableforsuchadistribution(byapproximatingtheposteriordistributionbel(xt)asasetofparticlesXt),furtherapproximatingthiscomplexdistributionasuniformwithinaradialregion(correspondingwiththeagent'sradialeldofview1)allowsforasimpliedlterimplementation.
Theremainderofthissectionderivesaformaldenitionoftheresultantself-localisationnoisedistribution.
1Theeldofviewofanagentrischosentobeeitherπ,2π/3orπ/3radians,dependingontheobserveddistanceoftheballfromr.
ImprovedParticleFilteringforPseudo-UniformBeliefDistributions3893.
2Self-localisationErrorModelOneObservedMarker.
Theuncertaintyinthepositionofamarkerobservedatrm=(xm,ym)resultingfromobservationrbyanagentratrr=(xr,yr)maybeapproximatedasanannulussectorDofuniformprobability,asillus-tratedinFig.
2a.
DmaybeconcretelydenedasD=p∈R2:||prr||||rrrm||≤Δr,|φp|≤Δθ,whereΔθandΔrparameterisethemaximumangularanddistanceerrors(asdemonstratedinFig.
2),andφp=arccos(rmrr)·(prr)||rmrr||||prr||.
Theuniformdistri-butionDonlyhasphysicalmeaningwhenconsideringcoordinatesrelativetotherobot(astheexactpositionofthemarkerisknownapriori).
Forthepurposeofself-localisation,weareinterestedinsteadinthe(closed)regionE:thesetofallpossiblelocationsqoftheagentrresultingfromobservationr.
DrmrθrΔrΔθrDEpqqp(a)(b)Fig.
2.
VisualisationoftheregionDdeningallpossiblelocationsofamarkerm,giventhatanagentratrrobservesmatrm(a).
Asthepositionofmisknownapriori,thisobservationresultsintheregionEofallpossiblelocationsoftheagent(b).
Fig.
2billustratestheconstructionoftheregionE.
Asthepositionofthemarkerisknowntoberm,itfollowsthataobservationofthemarkerresidingatp=(px,py)∈Dcorrespondswithanerrorofprm.
Astheagentknowstheabsolutepositionofthemarkerapriori,itfollowsthatpositionalself-beliefmaybedenedasq=(qx,qy)=rr(prm).
ItmaybedemonstratedthattheequivalentmappingT:p→q=(rr+rm)p(1)resultsintheimageE=q∈R2:q=T(rr)R(π)T(rm)p,390D.
BuddenandM.
Prokopenkowhereq=(qx,qy,1)andp=(px,py,1)arethehomogeneousrepresenta-tionsofp∈Dandq∈Erespectively,T(v)3,3isthehomogenoustranslationmatrixby2-dimensionalvectorv,andR(θ)3,3isthehomogenousrotationma-trixbyangleθ2.
Concretely,q=q1=T(rr)R(π)T(rm)p=I2rr01I2001I2rm01p1=rr+rmp1∴q=(rr+rm)p,whereI2isthe2-dimensionalidentitymatrix.
ThisresultisequivalenttothemappingTdenedin(1),conrmingthatEistheimageofDunderT.
TheregionE,representingallpossiblelocationsofanagentrobservingasinglemarkeratrm(asillustratedinFig.
2),maynallyberepresentedasE=q∈R2:||qrm||||rrrm||≤Δr,|φq|≤Δθ.
(2)ThisrepresentstheintuitivedenitionoftheregionE;theregionDrotated180degreesaboutthemidpointofrrandrm.
MultipleObservedMarkers.
InaRoboCup2Dsimulationleaguescenario,itisfarmorecommonplaceforanagenttoobservenotone,butNmarkersm[n](n∈[1,N]),eachataseparatepositionknownapriori.
ThisresultsinNregionsofuniformobservationbeliefD[1]D[N],whichmaptoNcor-respondingregionsofpositionalself-beliefE[1]E[N]asperSec.
3.
2.
Astheprobabilityp(q/∈E[n])=0(n∈[1,N]),itfollowsthatthenalregionofself-beliefEresultingfromNsuchobservationsmaybeexpressedasE=Nn=1E[n],E=(3)whereE[n]istheregionrepresentingallpossiblelocationsofanagentrgivenanobservationofmarkerm[n],denedasper(1).
4ImplementationThissectiondetailstheimplementationoftheGliders2013localisationsystem,basedontheparticlelterframeworkdetailedinSec.
2andproblemmodelofSec.
3.
2Homogeneousrepresentationofan(n1)-dimensionaltransformationasann-dimensionalmatrixallowsforanyanetransformationtobedecomposedintotheproductofelementaryshear,scaling,rotationandtranslationmatrices[7].
ImprovedParticleFilteringforPseudo-UniformBeliefDistributions391D(1)D(2)rrrm(1)rm(2)r(1)r(2)EFig.
3.
VisualisationoftheregionEdeningallpossiblelocationsofanagentratrr,giventhatrobservesmarkersm[1]andm[2]atr[1]mandr[2]mrespectively4.
1ActionUpdateAsdescribedinSec.
2,theparticlelteractionupdatestepinvolvessamplingMparticlesXt=x[1]t,x[2]tx[M]tatrandomfromthestatetransitiondis-tributionp(xt|z1:t,u1:t).
IntheGliders2013implementation,thisnonparametricapproximationofbel(xt)isdenedasXt=x[m]t∈R2:x[m]t=x[m]t1+dt1m∈[1,M],wheredt1isthedisplacementresultingfromtheagent'sactionattimet1,andtheinitialsetofparticlesX0arechosenasMrandompositionssatisfyingasingleobservationofthenearestmarkerm[n].
4.
2CalculateWeightsAsdescribedinSec.
2,theparticleltercalculateweightsstepinvolvescalculat-inganimportancefactor(weight)w[m]t=p(zt|x[m]t)foreachparticlex[m]tgivenobservationzt.
AstheproblemmodeldescribedinSec.
3involvesonlyuniformprobabilitydistributions,theseweightsaresimplydenedasw[m]t=1ifx[m]t∈Et0otherwise,(4)whereEtistheregionEdenedin(3),forobservationsofmarkersm[n](1≤m≤M)attimet.
4.
3ResampleAsdescribedinSec.
2,theparticlelterresamplestepinvolvesdrawingMparticlesfromXttoaddtotheparticlesetXt,withtheprobabilityofdrawing392D.
BuddenandM.
Prokopenkotheparticlex[m]tproportionaltothecorrespondingweightw[m]t.
Astheparticleweightsdenedin(4)takeonlybinaryvalues,itfollowsthatanyparticlex[m]t/∈Etwillneverbedrawn.
Similarly,anyparticlex[m]t∈Etwillbedrawnwithequalprobability.
Followingthisobservation,theGliders2013implementationoftheposteriorXtbel(xt)isdenedasXt=Xt∩Et∪Yt,(5)whereYtisasetof|XtXt|pointsdrawnatrandomfromtheuniformdistri-butionEt.
ThismaintainsasetofMparticlesbetweeniterations,whereeachparticleisavalidpositionalself-beliefgivenallobservationsattimet3.
5ResultsTheperformanceofthepresentedGliders2013localisationsystemwasevaluatedagainsttwometrics:theeectonself-localisationerror,explicitlymeasurablebycalculatingthedierencebetweenserverandself-beliefplayerpositions;andtheeectonoverallteamperformance,implicitlymeasuredthroughthegoalstatisticsofastatisticallysignicantnumberofgames.
Fig.
4demonstratestheresultsforself-localisationerror.
Specically,averageself-localisationerror(forallplayers)isplottedasafunctionofballdistance,forthepreviousagent2D[1]localisationsystem(blue)andintroducedGliders2013particleltersystem(red).
Meanerroracross10games(60,000cycles,orap-proximately750,000measurements)ispresentedasasolidline,withthecorre-spondingstandarddeviationpresentedasadashedline.
Asthex-axisrepresentsthemaximumdistancefromconsideredplayerstotheball,valuesapproachingtherightofthegraphindicatethetotalmean,whereasvaluestowardtheleftindicatetheperformanceofplayersincriticalpositions(i.
e.
veryclosetotheball).
ItcanbeseenfromFig.
4thattheGliders2013localisationsystemyieldsameanself-localisationerrorreductionof1.
7cm;anoverallimprovementof38.
2%.
Moresignicantistheimprovementforplayersincloseproximitytotheball,wherelocalisationperformanceisespeciallycritical.
Concretely,self-localisationerrordecreasesby6.
1cmforplayerswithin1meteroftheball;animprovementof201.
3%.
Althoughtheseresultsappearsignicantasapercentage,areductionoflocal-isationerrorbycentimetersmayseeminsignicantinthecontextofafull-sizedsoccereld.
Itisthereforecriticalthattheseresultsbedemonstratedtocor-respondwithastatisticallysignicantimprovementingameperformance.
Toestablishtheextentoftheoverallteamimprovementbroughtuponbythein-creasedlocalisationaccuracy,multipleiterativeexperimentswerecarriedoutmatchingGliders2012upagainstteamsnotbasedonagent2D[1].
Amongthe3AlthoughthisdenitionoftheposteriorXtdoesnotmapexactlytotheformalparticlelterframeworkpresentedinSec.
2,itisbettersuitedtothescenarioofuniformdistributionsofpositionalself-belief.
ImprovedParticleFilteringforPseudo-UniformBeliefDistributions393010203040506070809010000.
010.
020.
030.
040.
050.
060.
070.
080.
090.
1Maximumdistancefromplayerstoball(m)Meanlocalisationerror(m)010203040506070809010000.
010.
020.
030.
040.
050.
060.
070.
080.
090.
1Standarddeviation(m)0.
0170.
061Fig.
4.
Self-localisationerrorasafunctionofballdistance,forthepreviousagent2D[1]localisationsystem(blue),andintroducedGliders2013particleltersystem(red).
Meanerrorispresentedasasolidline,withstandarddeviationpresentedasadashedline.
Anoveralllocalisationimprovementof38.
2%(or1.
7cm)isevident,andadra-maticimprovementof201.
3%(6.
1cm)forplayerswithin1meteroftheball(whenaccurateperformanceismostcritical).
Resultspresentedarefor10games(60,000cycles,or750,000measurements)betweenGliders2013andWrightEagle.
latterclass,WrightEagle[2](therunner-upofRoboCup2012)wasselected.
Ap-proximately750gameswereconductedagainstthisbenchmarkteamintotal,bothforthebaselineGliders2012team,andGliders2012incorporatingtheim-provedGliders2013localisationsystem(suchthatthissystemistheonlyvariablebetweenteams).
TheseresultsarepresentedinTable1.
Table1.
GamestatisticsbetweentheGliders2012baselineteamandWrightEagle[2](therunner-upofRoboCup2012),forboththeold(agent2D[1])andnew(Gliders2013)localisationsystems.
Astheseresultshavebeengeneratedoverapproximately750gamesandthelocalisationsystemistheonlyvariablebetweenGliders2012teams,itcanbecondentlyinferredthatthe6.
4%improvementingoaldierenceresultsdirectlyfromthe6.
1cmreductioninself-localisationerror(forcritically-positionedplayers;1.
7cmoverall).
OldLocalisationNewLocalisationImprovementGoalsScored0.
360.
4114%GoalsConceded2.
192.
132.
8%GoalDierence-1.
83-1.
726.
4%394D.
BuddenandM.
Prokopenko6ConclusionSelf-localisationisacomplexyetcriticaltask,bothwithintheRoboCup2DSim-ulationLeague,andthemulti-billiondollarroboticsindustryatlarge.
Itallowsanagenttoinferitsownpositionwithinsomelocalenvironment,thusfacilitatingnavigationaroundorinteractionwithobstacles,featuresandotheragents.
Thispaperhasdescribedamodiedparticlelteralgorithmfornon-Gaussianbeliefdistributions,anddemonstratedhowapproximatingthesedistributionsasuni-form(givenconstrainednoisemodels,suchasthoseresultingfromcourse-grainobservationsorarticialenvironments)facilitatesreductioninself-localisationerror.
Theproposedsystemyieldedanimprovementof38.
2%foragentswithinaRoboCup2DSimulationLeagueenvironment,whichincreasedto201.
3%asagentsapproachperformance-criticalregionsoftheeld.
Itwasfurtherdemon-stratedthatthisimprovementresultsina14%increaseingoalsscoredand2.
8%reductioningoalsconcededfortheGliders2012baselineteam,evaluatedacrossapproximately750gamesagainsttheWrightEagleteam[2](RoboCup2012runners-up).
Futureresearchwillfocusonapplyingsimilarmethodologiestoballandplayerlocalisationsystems(includingtheincorporationandoptimisationofteamcom-municationstrategies),inanattempttoapproachtheperformanceleveragedbyenablingfullgamestateinformationforallplayeragents.
Acknowledgements.
TheauthorswouldliketothanktheUniversityofNew-castle'sNUbotsRoboCupteaminassistingwiththepreparationofthismanuscript.
References1.
Akiyama,H.
:Agent2DBaseCode(2010),http://www.
rctools.
sourceforge.
jp2.
Bai,A.
,Zhang,H.
,Lu,G.
,Jiang,M.
,Chen,X.
:Gliders2012wrighteagle2dsoccersimulationteamdescription2012.
In:RoboCup2012SymposiumandCompeti-tions:TeamDescriptionPapers,MexicoCity,Mexico(June2012)3.
Budden,D.
,Fenn,S.
,Mendes,A.
,Chalup,S.
:Evaluationofcolourmodelsforcomputervisionusingclustervalidationtechniques.
In:Chen,X.
,Stone,P.
,Sucar,L.
E.
,vanderZant,T.
(eds.
)RoboCup2012.
LNCS(LNAI),vol.
7500,pp.
261–272.
Springer,Heidelberg(2013)4.
Budden,D.
,Fenn,S.
,Walker,J.
,Mendes,A.
:Anovelapproachtoballdetectionforhumanoidrobotsoccer.
In:Thielscher,M.
,Zhang,D.
(eds.
)AI2012.
LNCS,vol.
7691,pp.
827–838.
Springer,Heidelberg(2012)5.
Butler,M.
,Prokopenko,M.
,Howard,T.
:FlexiblesynchronisationwithinRoboCupenvironment:Acomparativeanalysis.
In:Stone,P.
,Balch,T.
,Kraetzschmar,G.
(eds.
)RoboCup2000.
LNCS(LNAI),vol.
2019,pp.
119–128.
Springer,Heidelberg(2001)6.
Chen,M.
,Dorer,K.
,Foroughi,E.
,Heintz,F.
,Huang,Z.
,Kapetanakis,S.
,Kos-tiadis,K.
,Kummeneje,J.
,Murray,J.
,Noda,I.
,etal.
:Robocupsoccerserver,ManualforSoccerServerVersion7(2003)ImprovedParticleFilteringforPseudo-UniformBeliefDistributions3957.
Hill,F.
,Kelley,S.
:Computergraphics:usingopenGL.
PrenticeHall,UpperSaddleRiver(2001)8.
Noda,I.
,Stone,P.
:TheRoboCupSoccerServerandCMUnitedClients:Imple-mentedInfrastructureforMASResearch.
AutonomousAgentsandMulti-AgentSystems7(1-2),101–120(July-September)9.
Prokopenko,M.
,Obst,O.
,Wang,P.
,Held,J.
:Gliders2012:Tacticswithaction-dependentevaluationfunctions(2012)10.
Prokopenko,M.
,Wang,P.
:Evaluatingteamperformanceattheedgeofchaos.
In:Polani,D.
,Browning,B.
,Bonarini,A.
,Yoshida,K.
(eds.
)RoboCup2003.
LNCS(LNAI),vol.
3020,pp.
89–101.
Springer,Heidelberg(2004)11.
Prokopenko,M.
,Wang,P.
:Relatingtheentropyofjointbeliefstomulti-agentcoordination.
In:Kaminka,G.
A.
,Lima,P.
U.
,Rojas,R.
(eds.
)RoboCup2002.
LNCS(LNAI),vol.
2752,pp.
367–374.
Springer,Heidelberg(2003)12.
Russell,S.
,Norvig,P.
,Canny,J.
,Malik,J.
,Edwards,D.
:Articialintelligence:amodernapproach,vol.
2.
PrenticeHall,EnglewoodClis(1995)13.
Thrun,S.
,Burgard,W.
,Fox,D.
:Probabilisticrobotics,vol.
1.
MITPress,Cam-bridge(2005)
SugarHosts糖果主机商我们较早的站长们肯定是熟悉的,早年是提供虚拟主机起家的,如今一直还在提供虚拟主机,后来也有增加云服务器、独立服务器等。数据中心涵盖美国、德国、香港等。我们要知道大部分的海外主机商都只提供Linux系统云服务器。今天,糖果主机有新增SugarHosts夏季六折的优惠,以及新品Windows云服务器/云VPS上线。SugarHosts Windows系统云服务器有区分限制...
ZJI又上新了!商家是原Wordpress圈知名主机商:维翔主机,成立于2011年,2018年9月启用新域名ZJI,提供中国香港、台湾、日本、美国独立服务器(自营/数据中心直营)租用及VDS、虚拟主机空间、域名注册等业务。本次商家新上韩国BGP+CN2线路服务器,国内三网访问速度优秀,适用8折优惠码,优惠后韩国服务器最低每月440元起。韩国一型CPU:Intel 2×E5-2620 十二核二十四线...
第一、香港服务器机房这里我们可以看到有提供四个大带宽方案,是全向带宽和国际带宽,前者适合除了中国大陆地区的全网地区用户可以用,后者国际带宽适合欧美地区业务。如果我们是需要大陆地区速度CN2优化的,那就需要选择常规的优化带宽方案,参考这里。CPU内存硬盘带宽流量价格选择E3-12308GB240GB SSD50M全向带宽不限999元/月方案选择E3-12308GB240GB SSD100M国际带宽不...
sourceforge.jp为你推荐
安徽汽车网想在合肥买辆二手车,想问在哪里买比较放心?老虎数码我想买个一千左右的数码相机!最好低于一千五!再给我说一下像素是多少?psbc.com95580是什么诈骗信息不点网址就安全吧!同一ip网站如何用不同的IP同时登陆一个网站porndao单词prondao的汉语是什么www.gegeshe.com《我的电台fm》 she网址是多少?www.diediao.com跪求鸭王229ff.comhttp://fcm.com在哪里输入这个网址啊www.bbbb.com二级域名怎么申请?看URL怎么分辨出二级域名、三级域名官人放题SBNS-088 中年男の夢を叶えるセックス やりたい放題! 4(中文字幕)种子下载地址有么?好人一生平安
hostigation 骨干网 罗马假日广场 t楼 台湾服务器 国外idc 天猫双十一秒杀 日本空间 softbank邮箱 idc资讯 静态空间 免费cdn 怎么建立邮箱 国外视频网站有哪些 美国盐湖城 免费个人网页 江苏双线 杭州电信 阿里云邮箱怎么注册 privatetracker 更多