I'm writing with the LNCS template on Overleaf, but one of my figures keeps displaying somewhere way behind where I explain it. Is there a way to specify where I want it to display?
\begin{figure}[hbt!]
\centering
\includegraphics[width=12cm]{Replay.eps}
\caption{Buffer Size for Experience Replay}
\label{Replay}
\end{figure}
The figure is inserted to where the red arrow points to, but shows up two pages later.

hbt. That automatically pushes it off until the end of the document. Addpto the options and it will then be put on the next available page. – barbara beeton Apr 27 '20 at 20:46