Re: [Pyro-users] Named Conx IO

2006-11-30 Thread Douglas S. Blank
Chris, Yes, this should work if you get the format of the inputs/targets just right. (But, this isn't using the pattern feature of Conx; you're just using the named layer method.) Here is AND again, but notice the list inside the dicts: from pyrobot.brain.conx import * # create network net

Re: [Pyro-users] new map

2006-11-30 Thread Douglas S. Blank
Jaime Lopez wrote: Hi pyrobot users, I would like to add a new map into pyrobot, I mean, I want to use the robots inside pyrobot on a new map designed by me (a kind of labyrinth). Anyone can give me some points how to do that? Thanks in advance. Jamie, This is what we would call a world

Re: [Pyro-users] Deactivate Conx Inputs?

2006-11-30 Thread Chris S
Great, that's exactly what I was looking for! Thanks again. Chris On 11/29/06, Douglas S. Blank [EMAIL PROTECTED] wrote: On Wed, November 29, 2006 10:36 pm, Chris S said: I'm not sure if this makes any sense, but is it possible to add, remove, or deactivate certain input nodes in a Conx

[Pyro-users] path question

2006-11-30 Thread belinda thom
Hi, There is a discussion of how to use pyro from w/in python that I'd like to pursue for programming non-robotic ML-experiments: http://emergent.brynmawr.edu/emergent/PyroFromPython? action=highlightvalue=pyro+from+python However, I'm uncertain how I should modify my Python environment