Putting equations under a symbol [duplicate]
This question already has an answer here:
How to put text below some text in an equation
1 answer
My LaTeX code is here
documentclass{article}
begin{equation}
nabla_{theta} bm{J}(theta) = mathbb{E}_{s sim T^{bm{pi}}, a sim bm{pi}_{theta}} [nabla_{theta} log bm{pi}(a | s ) cdot Q(s, a) ],
end{equation}
end{document}
How can I put the equation in the red box under $mathbb{E}$
in order to shorten the length of the output?
math-mode equations
marked as duplicate by JouleV, Henri Menke, siracusa, marmot, Community♦ 6 mins ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
How to put text below some text in an equation
1 answer
My LaTeX code is here
documentclass{article}
begin{equation}
nabla_{theta} bm{J}(theta) = mathbb{E}_{s sim T^{bm{pi}}, a sim bm{pi}_{theta}} [nabla_{theta} log bm{pi}(a | s ) cdot Q(s, a) ],
end{equation}
end{document}
How can I put the equation in the red box under $mathbb{E}$
in order to shorten the length of the output?
math-mode equations
marked as duplicate by JouleV, Henri Menke, siracusa, marmot, Community♦ 6 mins ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago
add a comment |
This question already has an answer here:
How to put text below some text in an equation
1 answer
My LaTeX code is here
documentclass{article}
begin{equation}
nabla_{theta} bm{J}(theta) = mathbb{E}_{s sim T^{bm{pi}}, a sim bm{pi}_{theta}} [nabla_{theta} log bm{pi}(a | s ) cdot Q(s, a) ],
end{equation}
end{document}
How can I put the equation in the red box under $mathbb{E}$
in order to shorten the length of the output?
math-mode equations
This question already has an answer here:
How to put text below some text in an equation
1 answer
My LaTeX code is here
documentclass{article}
begin{equation}
nabla_{theta} bm{J}(theta) = mathbb{E}_{s sim T^{bm{pi}}, a sim bm{pi}_{theta}} [nabla_{theta} log bm{pi}(a | s ) cdot Q(s, a) ],
end{equation}
end{document}
How can I put the equation in the red box under $mathbb{E}$
in order to shorten the length of the output?
This question already has an answer here:
How to put text below some text in an equation
1 answer
math-mode equations
math-mode equations
edited 1 hour ago
JouleV
4,0701938
4,0701938
asked 1 hour ago
GoingMyWayGoingMyWay
1827
1827
marked as duplicate by JouleV, Henri Menke, siracusa, marmot, Community♦ 6 mins ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by JouleV, Henri Menke, siracusa, marmot, Community♦ 6 mins ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago
add a comment |
1
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago
1
1
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago
add a comment |
1 Answer
1
active
oldest
votes
by use of the stackengine
package:
documentclass{article}
usepackage{amsmath, amssymb, bm}
usepackage{stackengine}
begin{document}
begin{equation}
stackMath
nabla_{theta}bm{J}(theta)
= stackunder{mathbb{E}}{substack{ssim T^{bm{pi}},\
a sim bm{pi}_{theta}}}
[nabla_{theta}logbm{pi}(a|s) cdot Q(s,a)],
end{equation}
end{document}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
by use of the stackengine
package:
documentclass{article}
usepackage{amsmath, amssymb, bm}
usepackage{stackengine}
begin{document}
begin{equation}
stackMath
nabla_{theta}bm{J}(theta)
= stackunder{mathbb{E}}{substack{ssim T^{bm{pi}},\
a sim bm{pi}_{theta}}}
[nabla_{theta}logbm{pi}(a|s) cdot Q(s,a)],
end{equation}
end{document}
add a comment |
by use of the stackengine
package:
documentclass{article}
usepackage{amsmath, amssymb, bm}
usepackage{stackengine}
begin{document}
begin{equation}
stackMath
nabla_{theta}bm{J}(theta)
= stackunder{mathbb{E}}{substack{ssim T^{bm{pi}},\
a sim bm{pi}_{theta}}}
[nabla_{theta}logbm{pi}(a|s) cdot Q(s,a)],
end{equation}
end{document}
add a comment |
by use of the stackengine
package:
documentclass{article}
usepackage{amsmath, amssymb, bm}
usepackage{stackengine}
begin{document}
begin{equation}
stackMath
nabla_{theta}bm{J}(theta)
= stackunder{mathbb{E}}{substack{ssim T^{bm{pi}},\
a sim bm{pi}_{theta}}}
[nabla_{theta}logbm{pi}(a|s) cdot Q(s,a)],
end{equation}
end{document}
by use of the stackengine
package:
documentclass{article}
usepackage{amsmath, amssymb, bm}
usepackage{stackengine}
begin{document}
begin{equation}
stackMath
nabla_{theta}bm{J}(theta)
= stackunder{mathbb{E}}{substack{ssim T^{bm{pi}},\
a sim bm{pi}_{theta}}}
[nabla_{theta}logbm{pi}(a|s) cdot Q(s,a)],
end{equation}
end{document}
answered 1 hour ago
ZarkoZarko
125k867164
125k867164
add a comment |
add a comment |
1
underset{s sim T^{bm{pi}}{mathbb{E}}
– Henri Menke
1 hour ago