Hi all :)

View: New views
7 Messages — Rating Filter:   Alert me  

Hi all :)

by Thiago Monteiro-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My name is Thiago, I'm from Brazil and graduating at computer science. I'm
brand new to this group :-)

I'm writing a thesis about the subsumption architecture on combat games, and
I'm trying to use robocode for my tests. I was wondering if any of you had a
tutorial, source file or even a robot with subsumption implemented with
java.
I'm more desperate about the subsumption itself (hot to make it work with a
robocode agent), aparently codding a robot (usual behavior) is not that
hard.
So far all I've found was subsumption in Simbad :(

Any help is highly welcome. I apologize in advance if this wasn't the best
way to search for help.
--
Prolins IT SOLUTIONS
Desenvolvedor / Analista

"Atrasos são temporários. A mediocridade é eterna."

Re: Hi all :)

by CoB PEZ :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Well, it was an excellent way of searching for help. Make sure to also
search robowiki.net. The search function on the site isn't too useful,
but you can use Google, like so:

site:robowiki.net your search terms

I'm not familiar with subsumption. What is that?

/PEZ

On Thu, May 29, 2008 at 1:32 PM, Thiago Monteiro
<supermonteiro@...> wrote:

> My name is Thiago, I'm from Brazil and graduating at computer science. I'm
> brand new to this group :-)
>
> I'm writing a thesis about the subsumption architecture on combat games, and
> I'm trying to use robocode for my tests. I was wondering if any of you had a
> tutorial, source file or even a robot with subsumption implemented with
> java.
> I'm more desperate about the subsumption itself (hot to make it work with a
> robocode agent), aparently codding a robot (usual behavior) is not that
> hard.
> So far all I've found was subsumption in Simbad :(
>
> Any help is highly welcome. I apologize in advance if this wasn't the best
> way to search for help.
> --
> Prolins IT SOLUTIONS
> Desenvolvedor / Analista
>
> "Atrasos são temporários. A mediocridade é eterna."

Re: Hi all :)

by Thiago Monteiro-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I tried robowiki.net already, it was the 1st placer i serached. No luck tho
:(
Subsumption is a reactive AI architecture.

2008/5/29 Peter Strömberg <pez@...>:

>   Well, it was an excellent way of searching for help. Make sure to also
> search robowiki.net. The search function on the site isn't too useful,
> but you can use Google, like so:
>
> site:robowiki.net your search terms
>
> I'm not familiar with subsumption. What is that?
>
> /PEZ
>
>
> On Thu, May 29, 2008 at 1:32 PM, Thiago Monteiro
> <supermonteiro@... <supermonteiro%40gmail.com>> wrote:
> > My name is Thiago, I'm from Brazil and graduating at computer science.
> I'm
> > brand new to this group :-)
> >
> > I'm writing a thesis about the subsumption architecture on combat games,
> and
> > I'm trying to use robocode for my tests. I was wondering if any of you
> had a
> > tutorial, source file or even a robot with subsumption implemented with
> > java.
> > I'm more desperate about the subsumption itself (hot to make it work with
> a
> > robocode agent), aparently codding a robot (usual behavior) is not that
> > hard.
> > So far all I've found was subsumption in Simbad :(
> >
> > Any help is highly welcome. I apologize in advance if this wasn't the
> best
> > way to search for help.
> > --
> > Prolins IT SOLUTIONS
> > Desenvolvedor / Analista
> >
> > "Atrasos são temporários. A mediocridade é eterna."
>  
>



--
Prolins IT SOLUTIONS
Desenvolvedor / Analista

"Atrasos são temporários. A mediocridade é eterna."

Re: Hi all :)

by pepijndevos :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi thiago,

can you explain what you mean by subsumtpion?
the dictionary tells me it is "included in something else", but i don't see what you mean by
this related to fighting robots.

my best guess:
do you mean that multiple robots are controlled(included) in one robot?
maybe have a look at team robot, it is quite a while ago for me, but i thought that you
have to extend this, it is a advanced bot, but with communication possibilities.
usually a few robots have a scanner and send locations to droid team members.

bye,
pepijn
--- In Robocode@..., "Thiago Monteiro" <supermonteiro@...> wrote:

>
> My name is Thiago, I'm from Brazil and graduating at computer science. I'm
> brand new to this group :-)
>
> I'm writing a thesis about the subsumption architecture on combat games, and
> I'm trying to use robocode for my tests. I was wondering if any of you had a
> tutorial, source file or even a robot with subsumption implemented with
> java.
> I'm more desperate about the subsumption itself (hot to make it work with a
> robocode agent), aparently codding a robot (usual behavior) is not that
> hard.
> So far all I've found was subsumption in Simbad :(
>
> Any help is highly welcome. I apologize in advance if this wasn't the best
> way to search for help.
> --
> Prolins IT SOLUTIONS
> Desenvolvedor / Analista
>
> "Atrasos são temporários. A mediocridade é eterna."
>




RE: Hi all :)

by GLEN A FLINT :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It's in wikipedia, but I don't know if I'd recognize it if I saw it.

http://en.wikipedia.org/wiki/Subsumption_architecture

To: Robocode@...
From: supermonteiro@...
Date: Fri, 30 May 2008 13:29:25 -0300
Subject: Re: [Robocode] Hi all :)



















   
            I tried robowiki.net already, it was the 1st placer i serached. No luck tho :(
Subsumption is a reactive AI architecture.

2008/5/29 Peter Strömberg <pez@...>:

















   
            Well, it was an excellent way of searching for help. Make sure to also

search robowiki.net. The search function on the site isn't too useful,

but you can use Google, like so:



site:robowiki.net your search terms



I'm not familiar with subsumption. What is that?



/PEZ



On Thu, May 29, 2008 at 1:32 PM, Thiago Monteiro

<supermonteiro@...> wrote:

> My name is Thiago, I'm from Brazil and graduating at computer science. I'm

> brand new to this group :-)

>

> I'm writing a thesis about the subsumption architecture on combat games, and

> I'm trying to use robocode for my tests. I was wondering if any of you had a

> tutorial, source file or even a robot with subsumption implemented with

> java.

> I'm more desperate about the subsumption itself (hot to make it work with a

> robocode agent), aparently codding a robot (usual behavior) is not that

> hard.

> So far all I've found was subsumption in Simbad :(

>

> Any help is highly welcome. I apologize in advance if this wasn't the best

> way to search for help.

> --

> Prolins IT SOLUTIONS

> Desenvolvedor / Analista

>

> "Atrasos são temporários. A mediocridade é eterna."


     

   
   
       
       
       
       


       


       
       
       
       
       



--
Prolins IT SOLUTIONS
Desenvolvedor / Analista

"Atrasos são temporários. A mediocridade é eterna."

     

   
   
       
       
       
       


       


       
       
       
       
       


RE: Re: Hi all :)

by Damon Apostalon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

See http://en.wikipedia.org/wiki/Subsumption_architecture

 

 

-----Original Message-----
From: Robocode@... [mailto:Robocode@...] On Behalf
Of pepijndevos
Sent: Friday, May 30, 2008 9:52 AM
To: Robocode@...
Subject: [Robocode] Re: Hi all :)

 

hi thiago,

can you explain what you mean by subsumtpion?
the dictionary tells me it is "included in something else", but i don't see
what you mean by
this related to fighting robots.

my best guess:
do you mean that multiple robots are controlled(included) in one robot?
maybe have a look at team robot, it is quite a while ago for me, but i
thought that you
have to extend this, it is a advanced bot, but with communication
possibilities.
usually a few robots have a scanner and send locations to droid team
members.

bye,
pepijn
--- In Robocode@yahoogroup <mailto:Robocode%40yahoogroups.com> s.com,
"Thiago Monteiro" <supermonteiro@...> wrote:
>
> My name is Thiago, I'm from Brazil and graduating at computer science. I'm
> brand new to this group :-)
>
> I'm writing a thesis about the subsumption architecture on combat games,
and
> I'm trying to use robocode for my tests. I was wondering if any of you had
a
> tutorial, source file or even a robot with subsumption implemented with
> java.
> I'm more desperate about the subsumption itself (hot to make it work with
a

> robocode agent), aparently codding a robot (usual behavior) is not that
> hard.
> So far all I've found was subsumption in Simbad :(
>
> Any help is highly welcome. I apologize in advance if this wasn't the best
> way to search for help.
> --
> Prolins IT SOLUTIONS
> Desenvolvedor / Analista
>
> "Atrasos são temporários. A mediocridade é eterna."
>

 


Re: Re: Hi all :)

by Thiago Monteiro-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think this url can explain well:

http://en.wikipedia.org/wiki/Subsumption_architecture

2008/5/30 pepijndevos <pepijndevos@...>:

>   hi thiago,
>
> can you explain what you mean by subsumtpion?
> the dictionary tells me it is "included in something else", but i don't see
> what you mean by
> this related to fighting robots.
>
> my best guess:
> do you mean that multiple robots are controlled(included) in one robot?
> maybe have a look at team robot, it is quite a while ago for me, but i
> thought that you
> have to extend this, it is a advanced bot, but with communication
> possibilities.
> usually a few robots have a scanner and send locations to droid team
> members.
>
> bye,
> pepijn
>
> --- In Robocode@... <Robocode%40yahoogroups.com>, "Thiago
> Monteiro" <supermonteiro@...> wrote:
> >
> > My name is Thiago, I'm from Brazil and graduating at computer science.
> I'm
> > brand new to this group :-)
> >
> > I'm writing a thesis about the subsumption architecture on combat games,
> and
> > I'm trying to use robocode for my tests. I was wondering if any of you
> had a
> > tutorial, source file or even a robot with subsumption implemented with
> > java.
> > I'm more desperate about the subsumption itself (hot to make it work with
> a
> > robocode agent), aparently codding a robot (usual behavior) is not that
> > hard.
> > So far all I've found was subsumption in Simbad :(
> >
> > Any help is highly welcome. I apologize in advance if this wasn't the
> best
> > way to search for help.
> > --
> > Prolins IT SOLUTIONS
> > Desenvolvedor / Analista
> >
> > "Atrasos são temporários. A mediocridade é eterna."
> >
>
>  
>



--
Prolins IT SOLUTIONS
Desenvolvedor / Analista

"Atrasos são temporários. A mediocridade é eterna."
LightInTheBox - Buy quality products at wholesale price