Putting equations under a symbol [duplicate]How to put text below some text in an equationaligning a...
Is it possible to narrate a novel in a faux-historical style without alienating the reader?
What is this mysterious *green square* on my Content Editor?
How do I add a strong "onion flavor" to the biryani (in restaurant style)?
Sets that are both Sum-free and Product-free
Why don't you get burned by the wood benches in a sauna?
Real Analysis: Provide example of two Series that....
Isn't a semicolon (';') needed after a function declaration in C++?
Have any astronauts or cosmonauts died in space?
Including proofs of known theorems in master's thesis
Can you say "leftside right"?
Coworker asking me to not bring cakes due to self control issue. What should I do?
How to deal with an underperforming subordinate?
How to know you are over-explaining and oversimplifying a subject?
Minimum Viable Product for RTS game?
Can a Way of Shadow Monk use Shadow Step to teleport to a dark ceiling and then body slam another creature?
How many copper coins fit inside a cubic foot?
Is there any danger of my neighbor having my wife's signature?
Is there a way to pause a running process on Linux systems and resume later?
Expression for "unconsciously using words (or accents) used by a person you often talk with or listen to"?
How can I differentiate duration vs starting time
Integer but not Laurent sequences
How can I handle players killing my NPC outside of combat?
What does "south of due west" mean?
Was the Spartan by Mimic Systems a real product?
Putting equations under a symbol [duplicate]
How to put text below some text in an equationaligning a multiline formula with the bullet of itemizeMaking a text right-sided under an equation in LaTeX?Aligning long set of equationsList of equations, including equation contents and captionNew environment for boxed equationsAlignment for equationsIs there a way to put two labelled equations into one begin{equation} and align both of them at the beginning?Position of subscript associated with summation symbolHow continue a equation next lineSymbols not showing up
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♦ 1 min 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♦ 1 min 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♦ 1 min 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♦ 1 min 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