Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶
type Agent struct {
// contains filtered or unexported fields
}
func NewAgent ¶
func NewAgent(p *Policy, cfg BeamConfig) *Agent
func (*Agent) EndEpisode ¶
type BeamConfig ¶
func DefaultBeamConfig ¶
func DefaultBeamConfig() BeamConfig
type Policy ¶
type Policy struct {
// contains filtered or unexported fields
}
func LoadPolicy ¶
func (*Policy) SolveBatch ¶
func (p *Policy) SolveBatch(cubes []rubix.Cube, cfg BeamConfig) []Result
type TrainConfig ¶
func DefaultTrainConfig ¶
func DefaultTrainConfig() TrainConfig
Click to show internal directories.
Click to hide internal directories.