Documentation
¶
Index ¶
Constants ¶
View Source
const INFINITE = -1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶
type Stream struct {
// contains filtered or unexported fields
}
The stream memory retains all of the agent's observations in the time ordered sequence.
func (*Stream) Commit ¶
func (s *Stream) Commit(e *thinker.Observation)
Commit new observation into memory.
type Void ¶
type Void struct {
// contains filtered or unexported fields
}
The void memory does not retain any observations.
func (*Void) Commit ¶
func (s *Void) Commit(e *thinker.Observation)
Commit new observation into memory.
Click to show internal directories.
Click to hide internal directories.