Putting equations under a symbol [duplicate]How to put text below some text in an equationaligning a...
Why do single electrical receptacles exist?
What is the smallest molar volume?
Multiple null checks in Java 8
How do I break down the math symbols in this equation
How do I narratively explain how in-game circumstances do not mechanically allow a PC to instantly kill an NPC?
How does holding onto an active but un-used credit card affect your ability to get a loan?
When does a person lose diplomatic status?
Can a Way of Shadow Monk use Shadow Step to teleport to a dark ceiling and then body slam another creature?
Missing a connection and don't have money to book next flight
What could cause an entire planet of humans to become aphasic?
Was the Spartan by Mimic Systems a real product?
Cartoon in which kids compete by fighting as monsters or creatures with special powers in a virtual world
Sets that are both Sum-free and Product-free
What does "don't have a baby" imply or mean in this sentence?
When distributing a Linux kernel driver as source code, what's the difference between Proprietary and GPL license?
Converting numbers to words - Python
Are all power cords made equal?
What happens if both players misunderstand the game state until it's too late?
What is the reward?
Protagonist constantly has to have long words explained to her. Will this get tedious?
Have any astronauts or cosmonauts died in space?
How can I handle players killing my NPC outside of combat?
What does an unprocessed RAW file look like?
What really causes series inductance of capacitors?
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♦ 5 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♦ 5 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♦ 5 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♦ 5 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