CVS log for pyrobot/brain/governor.py |
 |
|
Up to [Development] / pyrobot / brain
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.49
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri May 19 12:22:35 2006 UTC (3 years, 1 month ago) by dblank
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.48: +10 -10 lines
Diff to previous 1.48
Changed internal names of circularlist (next -> nextPos)
Revision
1.48
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jan 9 04:32:44 2006 UTC (3 years, 5 months ago) by dblank
Branch:
MAIN
Changes since 1.47: +84 -47 lines
Diff to previous 1.47
Added the GovenorNetwork, and examples
Revision
1.47
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Dec 20 04:30:52 2005 UTC (3 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
Changes to allow "pattern correct" display.
Revision
1.46
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jul 24 20:17:21 2005 UTC (3 years, 11 months ago) by dblank
Branch:
MAIN
Changes since 1.45: +3 -0 lines
Diff to previous 1.45
Working on commenting
Revision
1.45
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun May 22 19:50:17 2005 UTC (4 years, 1 month ago) by dblank
Branch:
MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
Pyro -> Pyrobot renaming
Revision
1.44
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 25 17:27:22 2005 UTC (4 years, 3 months ago) by dblank
Branch:
MAIN
Changes since 1.43: +50 -0 lines
Diff to previous 1.43
Added method to train from RAVQ buffer without giving a pattern
Revision
1.43
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 16 02:24:12 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.42: +4 -5 lines
Diff to previous 1.42
Changed the behavior of setLearning() in the governor
Revision
1.42
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Mar 14 04:55:15 2005 UTC (4 years, 3 months ago) by dblank
Branch:
MAIN
Changes since 1.41: +2 -3 lines
Diff to previous 1.41
Added net.shareSomeWeights() in conx
Changed a test call to setLearning(0) to governing = 0
Revision
1.41
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 11 21:42:18 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.40: +86 -78 lines
Diff to previous 1.40
Doug and Lisa worked together.
ravq.py: changed some of the verbosity settings so that you would only
see model vectors at higher levels.
conx.py: added mapInputs and mapTargets
governor.py: Re-did the balanced mask, overrode addLayer,
addContextLayer, and connect. Re-worked the networkStep method, still
need to write this for the base class.
Revision
1.40
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 11 06:39:30 2005 UTC (4 years, 3 months ago) by dblank
Branch:
MAIN
Changes since 1.39: +56 -54 lines
Diff to previous 1.39
Governor: removed extra funcs that weren't needed; removed add() for layers, becuase that won't work right in AddThreeLayers (it creates layers that get added to both networks); blob is fine
Revision
1.39
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 10 23:57:05 2005 UTC (4 years, 3 months ago) by meeden
Branch:
MAIN
Changes since 1.38: +26 -10 lines
Diff to previous 1.38
In GovernorSRN, added override methods for add and connect. One is
not needed for addContext, since it will call add.
Updated the networkStep method so that it could handle multiple input
and output layers.
Also updated it to check if the trainingNetwork had sharedWeights
turned on, if not, it takes care of it.
Revision
1.38
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Mar 6 20:53:20 2005 UTC (4 years, 3 months ago) by dblank
Branch:
MAIN
Changes since 1.37: +10 -10 lines
Diff to previous 1.37
Added error checking to make sure that epsilon was not changed before layers are added
Revision
1.37
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Mar 4 01:24:25 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.36: +12 -4 lines
Diff to previous 1.36
Made setEpsilon and setMomentum work with only one parameter (which will be used for both if the second is not given)
Revision
1.36
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 3 19:35:18 2005 UTC (4 years, 4 months ago) by meeden
Branch:
MAIN
Changes since 1.35: +7 -12 lines
Diff to previous 1.35
updated setMomentum and setEpsilon for all gov networks
Revision
1.35
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Mar 3 19:20:47 2005 UTC (4 years, 4 months ago) by meeden
Branch:
MAIN
Changes since 1.34: +6 -10 lines
Diff to previous 1.34
changed to allow the "live" network and the "governed" network to have
different epsilons and momentums.
Revision
1.34
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 27 19:45:47 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.33: +4 -0 lines
Diff to previous 1.33
Flush Governor prints too
Revision
1.33
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Feb 21 21:20:43 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Made sure CrossValidation does now learn
Revision
1.32
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 20 16:08:25 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
Set learning appropriately
Revision
1.31
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 19 16:15:10 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.30: +49 -11 lines
Diff to previous 1.30
Fixed a conx bug in setting context activations in SRN.step; updated sequence tests to run with latest conx, and tested GovernorSRN
Revision
1.30
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Feb 18 23:03:04 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.29: +45 -2 lines
Diff to previous 1.29
Added train(cont=1) in conx; add setMaskWeight(1, 2, 1) to governor nets
Revision
1.29
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Feb 15 01:55:42 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.28: +10 -0 lines
Diff to previous 1.28
setLearning overloaded to turn off all bits that might change
Revision
1.28
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 5 04:32:16 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.27: +43 -18 lines
Diff to previous 1.27
Removed callbacks; better decay with own decayHistogram; updated NNPredict brains
Revision
1.27
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Feb 5 01:49:34 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.26: +8 -0 lines
Diff to previous 1.26
Added some pause; got rid of callback in ravq
Revision
1.26
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Feb 4 19:50:29 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.25: +18 -4 lines
Diff to previous 1.25
Made governor report names rather than positions
Revision
1.25
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Feb 4 04:32:21 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.24: +14 -11 lines
Diff to previous 1.24
Changed decay to to remove any m.v. that wasn't used since histogram was reset
Revision
1.24
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Feb 4 03:54:20 2005 UTC (4 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.23: +36 -4 lines
Diff to previous 1.23
conx bug: orderedInputs was not 1 in SRN; added auto mask for gov networks; var watcher -> exp watcher; aibo.py asks for url/ip
Revision
1.23
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jan 31 20:24:26 2005 UTC (4 years, 5 months ago) by meeden
Branch:
MAIN
Changes since 1.22: +13 -5 lines
Diff to previous 1.22
updated the mask
Revision
1.22
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Dec 15 17:29:07 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.21: +3 -2 lines
Diff to previous 1.21
Added command-line parameter; turned on governor
Revision
1.21
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Dec 15 15:14:27 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.20: +17 -9 lines
Diff to previous 1.20
Turned momentum off
Revision
1.20
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 10 05:47:39 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.19: +13 -12 lines
Diff to previous 1.19
Made a couple of new flags: useCrossValidationToStop, sweepReportRate; removed sequence2.py
Revision
1.19
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Dec 9 23:21:05 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.18: +19 -24 lines
Diff to previous 1.18
conx: protect divide by zero error; governor made to train data
Revision
1.18
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Dec 9 22:37:05 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.17: +10 -60 lines
Diff to previous 1.17
added a setContext on cross-validation of SRN
Revision
1.17
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Dec 8 21:49:37 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.16: +12 -5 lines
Diff to previous 1.16
Conx: moved Network.step in SRN to method for override; governor now is ready for valid parameters
Revision
1.16
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Dec 7 22:03:30 2004 UTC (4 years, 6 months ago) by meeden
Branch:
MAIN
Changes since 1.15: +31 -13 lines
Diff to previous 1.15
testing srn gov stuff still in progress
Revision
1.15
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Dec 6 21:53:38 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.14: +45 -37 lines
Diff to previous 1.14
Working on Governed SRN
Revision
1.14
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Dec 5 05:25:35 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.13: +27 -7 lines
Diff to previous 1.13
Primed the RAVQ first, with 25 model vectors, then trained 90% correct
Revision
1.13
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sat Dec 4 22:40:33 2004 UTC (4 years, 6 months ago) by dblank
Branch:
MAIN
Changes since 1.12: +112 -32 lines
Diff to previous 1.12
Rearranged a bit; cleaned up output
Revision
1.12
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 3 21:36:54 2004 UTC (4 years, 7 months ago) by dblank
Branch:
MAIN
Changes since 1.11: +46 -224 lines
Diff to previous 1.11
Brand spanking new! All lists are CircularList; got rid of lots of extra code
Revision
1.11
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Fri Dec 3 03:33:19 2004 UTC (4 years, 7 months ago) by dblank
Branch:
MAIN
Changes since 1.10: +0 -2 lines
Diff to previous 1.10
Added some test code that can be removed later (self.counts)
Revision
1.10
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Wed Mar 3 17:06:45 2004 UTC (5 years, 4 months ago) by dblank
Branch:
MAIN
Changes since 1.9: +5 -0 lines
Diff to previous 1.9
ga added pos and popSize; gaca uses those; gov? Activ added try catch to help Tk's smp woes
Revision
1.9
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 29 21:47:54 2004 UTC (5 years, 4 months ago) by stober
Branch:
MAIN
Changes since 1.8: +9 -0 lines
Diff to previous 1.8
More comments on weighting.
Revision
1.8
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Feb 29 21:39:48 2004 UTC (5 years, 4 months ago) by stober
Branch:
MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
flipped something by accident in the mask. fixed now.
Revision
1.7
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Feb 12 20:06:45 2004 UTC (5 years, 4 months ago) by stober
Branch:
MAIN
Changes since 1.6: +68 -3 lines
Diff to previous 1.6
Governor code now includes example based on real experimental data
pulled from the multiple labelling offline data.
Revision
1.6
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Thu Feb 12 18:11:53 2004 UTC (5 years, 4 months ago) by stober
Branch:
MAIN
Changes since 1.5: +197 -124 lines
Diff to previous 1.5
The governor versions from recent experiments. These versions have
been slightly modified to use default values and utilize some
inheritance.
Revision
1.5
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 15 17:32:26 2003 UTC (5 years, 11 months ago) by stober
Branch:
MAIN
Changes since 1.4: +3 -6 lines
Diff to previous 1.4
bug fix in winnerCount
Revision
1.4
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 15 16:31:43 2003 UTC (5 years, 11 months ago) by mfiedle1
Branch:
MAIN
Changes since 1.3: +7 -5 lines
Diff to previous 1.3
Added to governor.
Revision
1.3
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Mon Jul 14 19:05:55 2003 UTC (5 years, 11 months ago) by stober
Branch:
MAIN
Changes since 1.2: +26 -0 lines
Diff to previous 1.2
RAVQ governer implementation
Revision
1.2
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Tue Jul 1 20:15:24 2003 UTC (6 years ago) by dblank
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Adding AriaService interface for gripper/ptz.
Revision
1.1
/
(as text)
/
(view)
- annotate
- [select for diffs]
, Sun Jun 29 03:40:01 2003 UTC (6 years ago) by dblank
Branch:
MAIN
Draft of Governor nnet + som
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.