sparse memory structures detection
play

Sparse Memory Structures Detection Final Project for COMP 652 - PowerPoint PPT Presentation

Sparse Memory Structures Detection Final Project for COMP 652 Alexandre Bouchard-Ct The Problem Reinforcement learning algorithms memory requirements tend to explode when the dimensionality of the state space increase. :( Most


  1. Sparse Memory Structures Detection Final Project for COMP 652 Alexandre Bouchard-Côté

  2. The Problem • Reinforcement learning algorithms’ memory requirements tend to explode when the dimensionality of the state space increase. :( • Most interesting tasks have high dimensionality. :( • This is known as the Curse of Dimensionality.

  3. A Solution • Not all states are equal! Good approximation architectures should attempt to locate regions of the state space that are “more important” and allocate proportionally more memory resources to model them accurately. • This is what the Sparse Distributed Memories architecture [1] tries to do. . (1993). Sparse distributed memory and related models. In M. Hassoun (Ed.), [1] Kanerva, P Associated neural memories: Theory and implementation, 50-76. N.Y.: Oxford University Press.

  4. SDM in 2 nutshells • A SDM architecture is equipped with: • a similarity function σ : S × S → [0, 1] s.t. (1 - σ ) is a metric on S • A set of basis points or hard locations B := {s 1 , …, s K : s i ∈ S} with weights w i . • When we want to approximate the value of the targeted function at a given point s ∈ S, we first find the set H of actived locations .

  5. SDM in 2 nutshells • Then the weights corresponding to the active locations are summed: ∑ σ (s k , s) w k (this rule simply gives more ∑ σ (s k , s) importance to the locations that are close). • Training is done using canonical gradient descent. Description of SDM based on: D. Precup, B. Ratitch. (2004). Sparse distributed memories for on-line, value-based reinforcement learning. ECML, 2004.

  6. My Project • When the SDM is ran, the positions of the hard locations is determined dynamically and (hopefully) the architecture detects the interesting states. • A step towards understanding and discovering good algorithms for dynamic memory allocation would be to verify that the distribution of hard location obtained by existing algorithms is not just a plain uniform distribution.

  7. The Ruler • In order to do that, we need to estimate the underlying probability density function. • Difficulty: need for variable resolution. • Solution: an approach based on the same idea as kd-tree.

  8. The Results • The probability density function estimator works very well. • However, the first application of this tool to our problem gives at the first glance a disappointing result: L2 distance from uniform distribution close to 0. :( • A qualitative analysis of the distribution of the locations suggests that it is caused by a too small state space: all is not lost :)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend