qrl-qai
BASICS
Installation
Quickstart
TUTORIALS
BlochSphereV0
ProbabilityV0
ErrorChannelV0
ExpressibilityV0
CompilerV0
ENVIRONMENTS
Base Enviornment Classes
BlochSphereV0
CompilerV0
ErrorChannelV0
ExpressibilityV0
ProbabilityV0
AGENTS
Agents
qrl-qai
qrl.agents.agents module
View page source
qrl.agents.agents module
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]