README.md
pyproject.toml
tensor_optix/__init__.py
tensor_optix/cli.py
tensor_optix/config.py
tensor_optix/factory.py
tensor_optix/optimizer.py
tensor_optix/orchestrator.py
tensor_optix/simple.py
tensor_optix.egg-info/PKG-INFO
tensor_optix.egg-info/SOURCES.txt
tensor_optix.egg-info/dependency_links.txt
tensor_optix.egg-info/entry_points.txt
tensor_optix.egg-info/requires.txt
tensor_optix.egg-info/top_level.txt
tensor_optix/adapters/__init__.py
tensor_optix/adapters/jax/__init__.py
tensor_optix/adapters/jax/flax_agent.py
tensor_optix/adapters/jax/flax_evaluator.py
tensor_optix/adapters/pytorch/__init__.py
tensor_optix/adapters/pytorch/torch_agent.py
tensor_optix/adapters/pytorch/torch_evaluator.py
tensor_optix/adapters/tensorflow/__init__.py
tensor_optix/adapters/tensorflow/tf_agent.py
tensor_optix/adapters/tensorflow/tf_evaluator.py
tensor_optix/algorithms/__init__.py
tensor_optix/algorithms/flax_ppo.py
tensor_optix/algorithms/tf_dqn.py
tensor_optix/algorithms/tf_ppo.py
tensor_optix/algorithms/tf_ppo_continuous.py
tensor_optix/algorithms/tf_sac.py
tensor_optix/algorithms/tf_td3.py
tensor_optix/algorithms/torch_dqn.py
tensor_optix/algorithms/torch_ppo.py
tensor_optix/algorithms/torch_ppo_continuous.py
tensor_optix/algorithms/torch_rainbow_dqn.py
tensor_optix/algorithms/torch_recurrent_ppo.py
tensor_optix/algorithms/torch_sac.py
tensor_optix/algorithms/torch_td3.py
tensor_optix/callbacks/__init__.py
tensor_optix/callbacks/rich_dashboard.py
tensor_optix/callbacks/tensorboard_callback.py
tensor_optix/callbacks/wandb_callback.py
tensor_optix/core/__init__.py
tensor_optix/core/backoff_scheduler.py
tensor_optix/core/base_agent.py
tensor_optix/core/base_evaluator.py
tensor_optix/core/base_optimizer.py
tensor_optix/core/base_pipeline.py
tensor_optix/core/checkpoint_registry.py
tensor_optix/core/device.py
tensor_optix/core/diagnostic_controller.py
tensor_optix/core/ensemble_agent.py
tensor_optix/core/her_buffer.py
tensor_optix/core/loop_controller.py
tensor_optix/core/meta_controller.py
tensor_optix/core/noisy_linear.py
tensor_optix/core/normalizers.py
tensor_optix/core/policy_manager.py
tensor_optix/core/regime_detector.py
tensor_optix/core/replay_buffer.py
tensor_optix/core/trajectory_buffer.py
tensor_optix/core/types.py
tensor_optix/distributed/__init__.py
tensor_optix/distributed/async_learner.py
tensor_optix/distributed/vtrace.py
tensor_optix/exploration/__init__.py
tensor_optix/exploration/rnd.py
tensor_optix/ml/__init__.py
tensor_optix/ml/dataset_pipeline.py
tensor_optix/ml/loss_registry.py
tensor_optix/ml/ml_agent.py
tensor_optix/neuroevo/__init__.py
tensor_optix/neuroevo/brain_network.py
tensor_optix/neuroevo/hebbian.py
tensor_optix/neuroevo/neuromodulator.py
tensor_optix/neuroevo/agent/__init__.py
tensor_optix/neuroevo/agent/graph_agent.py
tensor_optix/neuroevo/controller/__init__.py
tensor_optix/neuroevo/controller/topology_controller.py
tensor_optix/neuroevo/graph/__init__.py
tensor_optix/neuroevo/graph/neuron.py
tensor_optix/neuroevo/graph/neuron_graph.py
tensor_optix/neuroevo/graph/topology_ops.py
tensor_optix/neuroevo/optimizer/__init__.py
tensor_optix/neuroevo/optimizer/topology_aware_adam.py
tensor_optix/optimizers/__init__.py
tensor_optix/optimizers/adaptive_optimizer.py
tensor_optix/optimizers/backoff_optimizer.py
tensor_optix/optimizers/momentum_optimizer.py
tensor_optix/optimizers/pbt_optimizer.py
tensor_optix/optimizers/spsa_optimizer.py
tensor_optix/pipeline/__init__.py
tensor_optix/pipeline/batch_pipeline.py
tensor_optix/pipeline/live_pipeline.py
tensor_optix/pipeline/vector_pipeline.py
tensor_optix/utils/__init__.py
tensor_optix/utils/window_size.py
tests/test_ml.py