JoeyAndres / rl

Reinforcement Learning library
2 stars 0 forks source link

Integrate SDM #32

Closed JoeyAndres closed 7 years ago

JoeyAndres commented 7 years ago

Tile coding belongs to a type of Course Coding. Create CourseCoding class in which TileCoding and KarnevaCoding (SDM) inherits.

JoeyAndres commented 7 years ago

Upon further reading into the subject, the following ugly property is found:

most of the space is nearly orthogonal to any given point, and the larger n is, the more pronounced is this effect.

This means the majority of hamming distances are within n/2, where n is the number of address bits. Very ugly.