qrl-qai
BASICS
Installation
Quickstart
TUTORIALS
Value Iteration
QValue Iteration
BlochSphereV0
BlochSphereV1
CompilerV0
ErrorChannelV0
ExpressibilityV0
ProbabilityV0
ALGORITHMS
Base Iteration
Value Iteration
QValue Iteration
ENVIRONMENTS
Base Enviornment Classes
BlochSphereV0
BlochSphereV1
CompilerV0
ErrorChannelV0
ExpressibilityV0
ProbabilityV0
AGENTS
Agents
qrl-qai
Agents
View page source
Agents
class
qrl.agents.agents.
ClassicalNNAgent
(
*
args
:
Any
,
**
kwargs
:
Any
)
[source]
Bases:
Module
forward
(
x
)
[source]
class
qrl.agents.agents.
RandomQuantumAgent
(
input_size
,
output_size
,
n_layers
=
2
,
n_rotations
=
3
,
seed
=
42
)
[source]
Bases:
Module
forward
(
x
)
[source]