In the previous post, we introduced TD learning algorithms. At that time, all state/action values were represented by tables. This is inefficient for handling large state or action spaces.

In this post, we will use the function approximation method for TD learning. It is also where artificial neural networks are incorporated into reinforcement learning as function approximators.

Sources:

  1. Shiyu Zhao. Chapter 8: Value Function Approximation. Mathematical Foundations of Reinforcement Learning.
Read more »

Sources:

  1. B. P. Lathi & Roger Green. (2018). Chapter 7: Continuous-Time Signal Analysis: The Fourier Transform. Signal Processing and Linear Systems (3nd ed., pp. 701-720). Oxford University Press.

For a quick reference table, see Wikipedia page on the Fourier transform.

Read more »

Sources:

  1. B. P. Lathi & Roger Green. (2021). Chapter 4: Continuous-Time Analysis: The Fourier Transform. Signal Processing and Linear Systems (2nd ed., pp. 401-414). Oxford University Press.

Recall that in amplitude-modulated signals, the information content of the baseband (message) signal \(m(t)\) appears in the amplitude variations of the carrier. In angle modulation discussed in this article, the information content of \(m(t)\) is carried by the angle (which includes its frequency and phase) variations of the carrier.

Read more »
0%