Project structure of: google-research/robotics_transformer
__init__.py
Robotics Transformer library version 0.1.0, Apache License 2.0, new PyPI release on version change.transformer_mixin.gin
Configures TransformerNetwork for robotics actor-critic model with Adam optimizer.
__init__.py
Apache License, Version 2.0 copyright holder notice.film_conditioning_layer.py
FilmConditioning layer: deep learning FiLM technique for image processingfilm_conditioning_layer_test.py
Test: FilmConditioningLayer class, output rank matching.film_efficientnet_encoder.py
EfficientNet models for Keras image classificationfilm_efficientnet_encoder_test.py
FilmEfficientNet cat detection test. Keras vs TF, EfficientNet encoder.preprocessors.py
Image preprocessing for deep learning modelspreprocessors_test.py
Testing image preprocessor functionality.pretrained_efficientnet_encoder.py
EfficientNetEncoder: Pre-trained model for feature extraction.pretrained_efficientnet_encoder_test.py
Tests EfficientNet encoder's image classification and encoding.
README.md
Efficient Robotics Transformer Library for Controlrequirements.txt
Robotics transformer: Dependencies, absl-py, numpy, tensorflow.sequence_agent.py
RL agent class with SequenceAgent output and training functionality.sequence_agent_test.py
Test SequenceAgent using tf_agents library.sequence_agent_test_set_up.py
SequenceAgent test setup and tracking.__init__.py
Apache License 2.0, copyright notice for code file.action_tokenizer.py
Action tokenizer for robotics transformer library.action_tokenizer_test.py
ActionTokenizer test: accuracy, int32 handling, episode termination.image_tokenizer.py
Image tokenizer using EfficientNet with optional token learnerimage_tokenizer_test.py
Image tokenizer test: checks shape of generated tokens.token_learner.py
Token Learner TF implementation for robotics transformertoken_learner_test.py
TokenLearnerModule TensorFlow test. Batch * seq, num_tokens, embedding_dim output.
transformer.py
Transformer layer with configurable parameterstransformer_network.py
Transformer network for robotics tasks, with training/inference functions.transformer_network_test.py
Test transformer network with parameterized tests and masks.transformer_network_test_set_up.py
Configures testing parameters for robotics transformer network setup.transformer_test.py
Transformer model testing in robotics_transformer library.